--- layout: documentation title: Malloy Documentation footer: /generated/footers/examples/iowa/step6.html ---
Putting it all together we can write a dashboard
query: vendor_dashboard is { group_by: vendor_count is count(distinct vendor_number) aggregate: [ total_sale_dollars total_bottles ] nest: [ by_month by_class by_vendor_bar_chart top_sellers_by_revenue most_expensive_products by_vendor_dashboard is { top: 10 group_by: vendor_name aggregate: total_sale_dollars nest: [ by_month, top_sellers_by_revenue, most_expensive_products ] } ] }
Simply add some filters. Notice the sub-dashboard for each of the Vendors.
query: iowa { where: category_class = 'VODKAS' } -> vendor_dashboard[ { "vendor_count": 248, "total_sale_dollars": 755495862.3701215, "total_bottles": 70447619, "by_month": [ { "purchase_month": { "value": "2012-01-01" }, "total_sale_dollars": 610057.1599999999 }, { "purchase_month": { "value": "2012-01-08" }, "total_sale_dollars": 802949.4099999999 }, { "purchase_month": { "value": "2012-01-15" }, "total_sale_dollars": 935417.8000000005 }, { "purchase_month": { "value": "2012-01-22" }, "total_sale_dollars": 988698.7400000001 }, { "purchase_month": { "value": "2012-01-29" }, "total_sale_dollars": 938111.7300000003 }, { "purchase_month": { "value": "2012-02-05" }, "total_sale_dollars": 902035.6900000005 }, { "purchase_month": { "value": "2012-02-12" }, "total_sale_dollars": 896318.0400000003 }, { "purchase_month": { "value": "2012-02-19" }, "total_sale_dollars": 980946.7700000005 }, { "purchase_month": { "value": "2012-02-26" }, "total_sale_dollars": 893080.9900000001 }, { "purchase_month": { "value": "2012-03-04" }, "total_sale_dollars": 976248.3900000005 }, { "purchase_month": { "value": "2012-03-11" }, "total_sale_dollars": 1018939.0200000004 }, { "purchase_month": { "value": "2012-03-18" }, "total_sale_dollars": 1007704.9700000007 }, { "purchase_month": { "value": "2012-03-25" }, "total_sale_dollars": 955948.0500000005 }, { "purchase_month": { "value": "2012-04-01" }, "total_sale_dollars": 1152349.6600000006 }, { "purchase_month": { "value": "2012-04-08" }, "total_sale_dollars": 1139967.6000000006 }, { "purchase_month": { "value": "2012-04-15" }, "total_sale_dollars": 1035155.4400000003 }, { "purchase_month": { "value": "2012-04-22" }, "total_sale_dollars": 1067074.1300000004 }, { "purchase_month": { "value": "2012-04-29" }, "total_sale_dollars": 1087894.9100000004 }, { "purchase_month": { "value": "2012-05-06" }, "total_sale_dollars": 1101532.0000000002 }, { "purchase_month": { "value": "2012-05-13" }, "total_sale_dollars": 1096981.2900000005 }, { "purchase_month": { "value": "2012-05-20" }, "total_sale_dollars": 1386355.5899999999 }, { "purchase_month": { "value": "2012-05-27" }, "total_sale_dollars": 863731.4899999998 }, { "purchase_month": { "value": "2012-06-03" }, "total_sale_dollars": 1236165.59 }, { "purchase_month": { "value": "2012-06-10" }, "total_sale_dollars": 1296151.4000000004 }, { "purchase_month": { "value": "2012-06-17" }, "total_sale_dollars": 1182540.5 }, { "purchase_month": { "value": "2012-06-24" }, "total_sale_dollars": 1613062.2999999998 }, { "purchase_month": { "value": "2012-07-01" }, "total_sale_dollars": 1173113.47 }, { "purchase_month": { "value": "2012-07-08" }, "total_sale_dollars": 1132063.4000000004 }, { "purchase_month": { "value": "2012-07-15" }, "total_sale_dollars": 1238239.7099999995 }, { "purchase_month": { "value": "2012-07-22" }, "total_sale_dollars": 1072884.2100000004 }, { "purchase_month": { "value": "2012-07-29" }, "total_sale_dollars": 1214136.0600000005 }, { "purchase_month": { "value": "2012-08-05" }, "total_sale_dollars": 1272308.5300000005 }, { "purchase_month": { "value": "2012-08-12" }, "total_sale_dollars": 1187809.7600000002 }, { "purchase_month": { "value": "2012-08-19" }, "total_sale_dollars": 1141115.1600000001 }, { "purchase_month": { "value": "2012-08-26" }, "total_sale_dollars": 1580034.5499999996 }, { "purchase_month": { "value": "2012-09-02" }, "total_sale_dollars": 968773.6300000002 }, { "purchase_month": { "value": "2012-09-09" }, "total_sale_dollars": 1244709.04 }, { "purchase_month": { "value": "2012-09-16" }, "total_sale_dollars": 990731.3400000002 }, { "purchase_month": { "value": "2012-09-23" }, "total_sale_dollars": 995239.1300000002 }, { "purchase_month": { "value": "2012-09-30" }, "total_sale_dollars": 1577376.0799999994 }, { "purchase_month": { "value": "2012-10-07" }, "total_sale_dollars": 1541959.3999999994 }, { "purchase_month": { "value": "2012-10-14" }, "total_sale_dollars": 1682916.7899999989 }, { "purchase_month": { "value": "2012-10-21" }, "total_sale_dollars": 1642773.7099999993 }, { "purchase_month": { "value": "2012-10-28" }, "total_sale_dollars": 936511.5499999998 }, { "purchase_month": { "value": "2012-11-04" }, "total_sale_dollars": 965583.9800000004 }, { "purchase_month": { "value": "2012-11-11" }, "total_sale_dollars": 1338893.6800000004 }, { "purchase_month": { "value": "2012-11-18" }, "total_sale_dollars": 417664.56999999983 }, { "purchase_month": { "value": "2012-11-25" }, "total_sale_dollars": 1055019.3600000006 }, { "purchase_month": { "value": "2012-12-02" }, "total_sale_dollars": 975292.25 }, { "purchase_month": { "value": "2012-12-09" }, "total_sale_dollars": 1213524.6800000004 }, { "purchase_month": { "value": "2012-12-16" }, "total_sale_dollars": 1460909.3599999994 }, { "purchase_month": { "value": "2012-12-23" }, "total_sale_dollars": 1150477.7600000005 }, { "purchase_month": { "value": "2012-12-30" }, "total_sale_dollars": 720803.4999999999 }, { "purchase_month": { "value": "2013-01-06" }, "total_sale_dollars": 949135.3799999999 }, { "purchase_month": { "value": "2013-01-13" }, "total_sale_dollars": 957667.99 }, { "purchase_month": { "value": "2013-01-20" }, "total_sale_dollars": 967562.5399999999 }, { "purchase_month": { "value": "2013-01-27" }, "total_sale_dollars": 966908.6100000001 }, { "purchase_month": { "value": "2013-02-03" }, "total_sale_dollars": 975876.4100000004 }, { "purchase_month": { "value": "2013-02-10" }, "total_sale_dollars": 1009914.9500000003 }, { "purchase_month": { "value": "2013-02-17" }, "total_sale_dollars": 911923.5300000004 }, { "purchase_month": { "value": "2013-02-24" }, "total_sale_dollars": 1022277.8000000002 }, { "purchase_month": { "value": "2013-03-03" }, "total_sale_dollars": 992121.5200000007 }, { "purchase_month": { "value": "2013-03-10" }, "total_sale_dollars": 1037159.8800000006 }, { "purchase_month": { "value": "2013-03-17" }, "total_sale_dollars": 977889.1300000002 }, { "purchase_month": { "value": "2013-03-24" }, "total_sale_dollars": 990155.8400000003 }, { "purchase_month": { "value": "2013-03-31" }, "total_sale_dollars": 1253060.67 }, { "purchase_month": { "value": "2013-04-07" }, "total_sale_dollars": 1394217.58 }, { "purchase_month": { "value": "2013-04-14" }, "total_sale_dollars": 1065129.9800000004 }, { "purchase_month": { "value": "2013-04-21" }, "total_sale_dollars": 1096815.3400000008 }, { "purchase_month": { "value": "2013-04-28" }, "total_sale_dollars": 1128926.2100000007 }, { "purchase_month": { "value": "2013-05-05" }, "total_sale_dollars": 1208798.7300000004 }, { "purchase_month": { "value": "2013-05-12" }, "total_sale_dollars": 1087199.6000000006 }, { "purchase_month": { "value": "2013-05-19" }, "total_sale_dollars": 1303872.6600000004 }, { "purchase_month": { "value": "2013-05-26" }, "total_sale_dollars": 1352285.6500000004 }, { "purchase_month": { "value": "2013-06-02" }, "total_sale_dollars": 1175720.1400000008 }, { "purchase_month": { "value": "2013-06-09" }, "total_sale_dollars": 1712168.53 }, { "purchase_month": { "value": "2013-06-16" }, "total_sale_dollars": 545374.7299999999 }, { "purchase_month": { "value": "2013-06-23" }, "total_sale_dollars": 1576071.4400000004 }, { "purchase_month": { "value": "2013-06-30" }, "total_sale_dollars": 1169665.5600000005 }, { "purchase_month": { "value": "2013-07-07" }, "total_sale_dollars": 1239827.1000000008 }, { "purchase_month": { "value": "2013-07-14" }, "total_sale_dollars": 1153773.0000000007 }, { "purchase_month": { "value": "2013-07-21" }, "total_sale_dollars": 1142628.4300000013 }, { "purchase_month": { "value": "2013-07-28" }, "total_sale_dollars": 1254123.700000001 }, { "purchase_month": { "value": "2013-08-04" }, "total_sale_dollars": 1315882.1600000004 }, { "purchase_month": { "value": "2013-08-11" }, "total_sale_dollars": 1371907.6700000004 }, { "purchase_month": { "value": "2013-08-18" }, "total_sale_dollars": 1191809.2600000007 }, { "purchase_month": { "value": "2013-08-25" }, "total_sale_dollars": 1402540.7099999995 }, { "purchase_month": { "value": "2013-09-01" }, "total_sale_dollars": 1237366.1800000006 }, { "purchase_month": { "value": "2013-09-08" }, "total_sale_dollars": 1083311.3900000006 }, { "purchase_month": { "value": "2013-09-15" }, "total_sale_dollars": 1042117.33 }, { "purchase_month": { "value": "2013-09-22" }, "total_sale_dollars": 1013189.3100000005 }, { "purchase_month": { "value": "2013-09-29" }, "total_sale_dollars": 2028703.7199999997 }, { "purchase_month": { "value": "2013-10-06" }, "total_sale_dollars": 1676905.58 }, { "purchase_month": { "value": "2013-10-13" }, "total_sale_dollars": 1136790.2800000005 }, { "purchase_month": { "value": "2013-10-20" }, "total_sale_dollars": 1106208.1000000006 }, { "purchase_month": { "value": "2013-10-27" }, "total_sale_dollars": 1146542.7100000007 }, { "purchase_month": { "value": "2013-11-03" }, "total_sale_dollars": 998563.43 }, { "purchase_month": { "value": "2013-11-10" }, "total_sale_dollars": 1107259.6199999996 }, { "purchase_month": { "value": "2013-11-17" }, "total_sale_dollars": 1405018.2199999997 }, { "purchase_month": { "value": "2013-11-24" }, "total_sale_dollars": 518166.01 }, { "purchase_month": { "value": "2013-12-01" }, "total_sale_dollars": 1239698.56 }, { "purchase_month": { "value": "2013-12-08" }, "total_sale_dollars": 1212513.3699999999 }, { "purchase_month": { "value": "2013-12-15" }, "total_sale_dollars": 1527089.780000001 }, { "purchase_month": { "value": "2013-12-22" }, "total_sale_dollars": 1067739.94 }, { "purchase_month": { "value": "2013-12-29" }, "total_sale_dollars": 526297.15 }, { "purchase_month": { "value": "2014-01-05" }, "total_sale_dollars": 1251375.2 }, { "purchase_month": { "value": "2014-01-12" }, "total_sale_dollars": 942026.2299999996 }, { "purchase_month": { "value": "2014-01-19" }, "total_sale_dollars": 1087819.2000000002 }, { "purchase_month": { "value": "2014-01-26" }, "total_sale_dollars": 1445513.2199999993 }, { "purchase_month": { "value": "2014-02-02" }, "total_sale_dollars": 1213523.0700000003 }, { "purchase_month": { "value": "2014-02-09" }, "total_sale_dollars": 1191991.2900000003 }, { "purchase_month": { "value": "2014-02-16" }, "total_sale_dollars": 927626.4500000001 }, { "purchase_month": { "value": "2014-02-23" }, "total_sale_dollars": 1074151.1700000002 }, { "purchase_month": { "value": "2014-03-02" }, "total_sale_dollars": 1019538.5900000002 }, { "purchase_month": { "value": "2014-03-09" }, "total_sale_dollars": 1036685.6800000003 }, { "purchase_month": { "value": "2014-03-16" }, "total_sale_dollars": 1011984.8599999998 }, { "purchase_month": { "value": "2014-03-23" }, "total_sale_dollars": 875695.9399999997 }, { "purchase_month": { "value": "2014-03-30" }, "total_sale_dollars": 1244725.11 }, { "purchase_month": { "value": "2014-04-06" }, "total_sale_dollars": 1352006.2100000007 }, { "purchase_month": { "value": "2014-04-13" }, "total_sale_dollars": 1110146.9200000002 }, { "purchase_month": { "value": "2014-04-20" }, "total_sale_dollars": 1104121.7200000002 }, { "purchase_month": { "value": "2014-04-27" }, "total_sale_dollars": 1226494.1199999999 }, { "purchase_month": { "value": "2014-05-04" }, "total_sale_dollars": 1166765.29 }, { "purchase_month": { "value": "2014-05-11" }, "total_sale_dollars": 1149195.9799999997 }, { "purchase_month": { "value": "2014-05-18" }, "total_sale_dollars": 1508238.0600000003 }, { "purchase_month": { "value": "2014-05-25" }, "total_sale_dollars": 901800.9899999999 }, { "purchase_month": { "value": "2014-06-01" }, "total_sale_dollars": 1369870.4500000007 }, { "purchase_month": { "value": "2014-06-08" }, "total_sale_dollars": 1454289.2100000007 }, { "purchase_month": { "value": "2014-06-15" }, "total_sale_dollars": 1163061.1999999997 }, { "purchase_month": { "value": "2014-06-22" }, "total_sale_dollars": 2051090.6100000003 }, { "purchase_month": { "value": "2014-06-29" }, "total_sale_dollars": 865895.8400000003 }, { "purchase_month": { "value": "2014-07-06" }, "total_sale_dollars": 1359086.9700000007 }, { "purchase_month": { "value": "2014-07-13" }, "total_sale_dollars": 1262399.5900000003 }, { "purchase_month": { "value": "2014-07-20" }, "total_sale_dollars": 1184391.4700000002 }, { "purchase_month": { "value": "2014-07-27" }, "total_sale_dollars": 1239043.8900000006 }, { "purchase_month": { "value": "2014-08-03" }, "total_sale_dollars": 1488405.0999999994 }, { "purchase_month": { "value": "2014-08-10" }, "total_sale_dollars": 1292664.7099999997 }, { "purchase_month": { "value": "2014-08-17" }, "total_sale_dollars": 1230935.95 }, { "purchase_month": { "value": "2014-08-24" }, "total_sale_dollars": 1694207.6500000004 }, { "purchase_month": { "value": "2014-08-31" }, "total_sale_dollars": 1048507.6399999999 }, { "purchase_month": { "value": "2014-09-07" }, "total_sale_dollars": 1476388.4999999998 }, { "purchase_month": { "value": "2014-09-14" }, "total_sale_dollars": 1213143.8499999999 }, { "purchase_month": { "value": "2014-09-21" }, "total_sale_dollars": 1179902.15 }, { "purchase_month": { "value": "2014-09-28" }, "total_sale_dollars": 1331878.2899999993 }, { "purchase_month": { "value": "2014-10-05" }, "total_sale_dollars": 1336439.5599999998 }, { "purchase_month": { "value": "2014-10-12" }, "total_sale_dollars": 1349867.2699999993 }, { "purchase_month": { "value": "2014-10-19" }, "total_sale_dollars": 1292715.1900000002 }, { "purchase_month": { "value": "2014-10-26" }, "total_sale_dollars": 1432844.6899999997 }, { "purchase_month": { "value": "2014-11-02" }, "total_sale_dollars": 1363555.2699999998 }, { "purchase_month": { "value": "2014-11-09" }, "total_sale_dollars": 857249.2400000001 }, { "purchase_month": { "value": "2014-11-16" }, "total_sale_dollars": 1655662.95 }, { "purchase_month": { "value": "2014-11-23" }, "total_sale_dollars": 482052.8100000002 }, { "purchase_month": { "value": "2014-11-30" }, "total_sale_dollars": 1399071.18 }, { "purchase_month": { "value": "2014-12-07" }, "total_sale_dollars": 1323951.3399999999 }, { "purchase_month": { "value": "2014-12-14" }, "total_sale_dollars": 1758627.24 }, { "purchase_month": { "value": "2014-12-21" }, "total_sale_dollars": 1167258.88 }, { "purchase_month": { "value": "2014-12-28" }, "total_sale_dollars": 756642.45 }, { "purchase_month": { "value": "2015-01-04" }, "total_sale_dollars": 1292448.43 }, { "purchase_month": { "value": "2015-01-11" }, "total_sale_dollars": 1292708.2199999997 }, { "purchase_month": { "value": "2015-01-18" }, "total_sale_dollars": 863319.98 }, { "purchase_month": { "value": "2015-01-25" }, "total_sale_dollars": 1208448.2299999995 }, { "purchase_month": { "value": "2015-02-01" }, "total_sale_dollars": 1169120.0099999995 }, { "purchase_month": { "value": "2015-02-08" }, "total_sale_dollars": 1144309.1199999996 }, { "purchase_month": { "value": "2015-02-15" }, "total_sale_dollars": 1013778.5999999999 }, { "purchase_month": { "value": "2015-02-22" }, "total_sale_dollars": 1063103.6099999996 }, { "purchase_month": { "value": "2015-03-01" }, "total_sale_dollars": 1219161.5399999998 }, { "purchase_month": { "value": "2015-03-08" }, "total_sale_dollars": 1144696.4999999995 }, { "purchase_month": { "value": "2015-03-15" }, "total_sale_dollars": 1313354.9899999998 }, { "purchase_month": { "value": "2015-03-22" }, "total_sale_dollars": 1060562.3299999994 }, { "purchase_month": { "value": "2015-03-29" }, "total_sale_dollars": 1295328.6999999997 }, { "purchase_month": { "value": "2015-04-05" }, "total_sale_dollars": 1196430.9599999995 }, { "purchase_month": { "value": "2015-04-12" }, "total_sale_dollars": 1122482.1299999994 }, { "purchase_month": { "value": "2015-04-19" }, "total_sale_dollars": 1162482.9399999997 }, { "purchase_month": { "value": "2015-04-26" }, "total_sale_dollars": 1347745.1899999992 }, { "purchase_month": { "value": "2015-05-03" }, "total_sale_dollars": 1313068.96 }, { "purchase_month": { "value": "2015-05-10" }, "total_sale_dollars": 1295413.4799999997 }, { "purchase_month": { "value": "2015-05-17" }, "total_sale_dollars": 1793576.3899999994 }, { "purchase_month": { "value": "2015-05-24" }, "total_sale_dollars": 911542.0899999999 }, { "purchase_month": { "value": "2015-05-31" }, "total_sale_dollars": 1476390.1 }, { "purchase_month": { "value": "2015-06-07" }, "total_sale_dollars": 1324446.6099999996 }, { "purchase_month": { "value": "2015-06-14" }, "total_sale_dollars": 1624455.07 }, { "purchase_month": { "value": "2015-06-21" }, "total_sale_dollars": 1987289.6999999993 }, { "purchase_month": { "value": "2015-06-28" }, "total_sale_dollars": 1054528.3999999997 }, { "purchase_month": { "value": "2015-07-05" }, "total_sale_dollars": 1453785.1699999997 }, { "purchase_month": { "value": "2015-07-12" }, "total_sale_dollars": 1381683.9399999992 }, { "purchase_month": { "value": "2015-07-19" }, "total_sale_dollars": 1194959.2799999996 }, { "purchase_month": { "value": "2015-07-26" }, "total_sale_dollars": 1507955.4299999992 }, { "purchase_month": { "value": "2015-08-02" }, "total_sale_dollars": 1487950.9099999997 }, { "purchase_month": { "value": "2015-08-09" }, "total_sale_dollars": 1230594.2499999998 }, { "purchase_month": { "value": "2015-08-16" }, "total_sale_dollars": 1406911.0199999998 }, { "purchase_month": { "value": "2015-08-23" }, "total_sale_dollars": 1512424.3099999998 }, { "purchase_month": { "value": "2015-08-30" }, "total_sale_dollars": 1673350.3299999998 }, { "purchase_month": { "value": "2015-09-06" }, "total_sale_dollars": 1046464.9599999994 }, { "purchase_month": { "value": "2015-09-13" }, "total_sale_dollars": 1415272.14 }, { "purchase_month": { "value": "2015-09-20" }, "total_sale_dollars": 1218042.0699999996 }, { "purchase_month": { "value": "2015-09-27" }, "total_sale_dollars": 1594973.1699999995 }, { "purchase_month": { "value": "2015-10-04" }, "total_sale_dollars": 1270651.1599999997 }, { "purchase_month": { "value": "2015-10-11" }, "total_sale_dollars": 1293008.4899999995 }, { "purchase_month": { "value": "2015-10-18" }, "total_sale_dollars": 1448370.7599999995 }, { "purchase_month": { "value": "2015-10-25" }, "total_sale_dollars": 1307155.43 }, { "purchase_month": { "value": "2015-11-01" }, "total_sale_dollars": 1277339.3499999996 }, { "purchase_month": { "value": "2015-11-08" }, "total_sale_dollars": 1231909.6099999994 }, { "purchase_month": { "value": "2015-11-15" }, "total_sale_dollars": 1918186.119999999 }, { "purchase_month": { "value": "2015-11-22" }, "total_sale_dollars": 505113.83 }, { "purchase_month": { "value": "2015-11-29" }, "total_sale_dollars": 1557857.3500000003 }, { "purchase_month": { "value": "2015-12-06" }, "total_sale_dollars": 1467794.12 }, { "purchase_month": { "value": "2015-12-13" }, "total_sale_dollars": 1688396.14 }, { "purchase_month": { "value": "2015-12-20" }, "total_sale_dollars": 1375562.7699999993 }, { "purchase_month": { "value": "2015-12-27" }, "total_sale_dollars": 991293.6699999995 }, { "purchase_month": { "value": "2016-01-03" }, "total_sale_dollars": 1291819.17 }, { "purchase_month": { "value": "2016-01-10" }, "total_sale_dollars": 1288662.23 }, { "purchase_month": { "value": "2016-01-17" }, "total_sale_dollars": 740649.1999999997 }, { "purchase_month": { "value": "2016-01-24" }, "total_sale_dollars": 1414912.1099999999 }, { "purchase_month": { "value": "2016-01-31" }, "total_sale_dollars": 1241257.39 }, { "purchase_month": { "value": "2016-02-07" }, "total_sale_dollars": 1148984.6899999997 }, { "purchase_month": { "value": "2016-02-14" }, "total_sale_dollars": 1203093.9399999997 }, { "purchase_month": { "value": "2016-02-21" }, "total_sale_dollars": 1121430.3399999994 }, { "purchase_month": { "value": "2016-02-28" }, "total_sale_dollars": 1157817.1399999997 }, { "purchase_month": { "value": "2016-03-06" }, "total_sale_dollars": 1291148.5399999998 }, { "purchase_month": { "value": "2016-03-13" }, "total_sale_dollars": 1227460.39 }, { "purchase_month": { "value": "2016-03-20" }, "total_sale_dollars": 1193828.2099999995 }, { "purchase_month": { "value": "2016-03-27" }, "total_sale_dollars": 1127600.2299999997 }, { "purchase_month": { "value": "2016-04-03" }, "total_sale_dollars": 1411067.02 }, { "purchase_month": { "value": "2016-04-10" }, "total_sale_dollars": 1300264.7699999996 }, { "purchase_month": { "value": "2016-04-17" }, "total_sale_dollars": 1277326.9699999997 }, { "purchase_month": { "value": "2016-04-24" }, "total_sale_dollars": 1386570.6999999997 }, { "purchase_month": { "value": "2016-05-01" }, "total_sale_dollars": 1475407.0499999996 }, { "purchase_month": { "value": "2016-05-08" }, "total_sale_dollars": 1406213.4499999997 }, { "purchase_month": { "value": "2016-05-15" }, "total_sale_dollars": 1403961.5499999993 }, { "purchase_month": { "value": "2016-05-22" }, "total_sale_dollars": 1839081.7299999995 }, { "purchase_month": { "value": "2016-05-29" }, "total_sale_dollars": 1059689.5699999998 }, { "purchase_month": { "value": "2016-06-05" }, "total_sale_dollars": 1816493.03 }, { "purchase_month": { "value": "2016-06-12" }, "total_sale_dollars": 1560479.9899999998 }, { "purchase_month": { "value": "2016-06-19" }, "total_sale_dollars": 1658252.72 }, { "purchase_month": { "value": "2016-06-26" }, "total_sale_dollars": 2141222.929999999 }, { "purchase_month": { "value": "2016-07-03" }, "total_sale_dollars": 1114114.26 }, { "purchase_month": { "value": "2016-07-10" }, "total_sale_dollars": 1787180.039999999 }, { "purchase_month": { "value": "2016-07-17" }, "total_sale_dollars": 1281003.7099999995 }, { "purchase_month": { "value": "2016-07-24" }, "total_sale_dollars": 1598790.7 }, { "purchase_month": { "value": "2016-07-31" }, "total_sale_dollars": 1555833.8699999999 }, { "purchase_month": { "value": "2016-08-07" }, "total_sale_dollars": 1720587.749999999 }, { "purchase_month": { "value": "2016-08-14" }, "total_sale_dollars": 1419790.3 }, { "purchase_month": { "value": "2016-08-21" }, "total_sale_dollars": 1434895.8599999996 }, { "purchase_month": { "value": "2016-08-28" }, "total_sale_dollars": 1456776.76 }, { "purchase_month": { "value": "2016-09-04" }, "total_sale_dollars": 1238226.3799999997 }, { "purchase_month": { "value": "2016-09-11" }, "total_sale_dollars": 1740826.2699999993 }, { "purchase_month": { "value": "2016-09-18" }, "total_sale_dollars": 1348225.37 }, { "purchase_month": { "value": "2016-09-25" }, "total_sale_dollars": 1336487.6399999994 }, { "purchase_month": { "value": "2016-10-02" }, "total_sale_dollars": 1548858.0499999996 }, { "purchase_month": { "value": "2016-10-09" }, "total_sale_dollars": 1350933.9799999997 }, { "purchase_month": { "value": "2016-10-16" }, "total_sale_dollars": 1388124.6699999997 }, { "purchase_month": { "value": "2016-10-23" }, "total_sale_dollars": 1466326.9099999997 }, { "purchase_month": { "value": "2016-10-30" }, "total_sale_dollars": 1497900.9599999995 }, { "purchase_month": { "value": "2016-11-06" }, "total_sale_dollars": 1464042.6799999995 }, { "purchase_month": { "value": "2016-11-13" }, "total_sale_dollars": 1557808.6399999992 }, { "purchase_month": { "value": "2016-11-20" }, "total_sale_dollars": 878565.0599999997 }, { "purchase_month": { "value": "2016-11-27" }, "total_sale_dollars": 1559568.2699999993 }, { "purchase_month": { "value": "2016-12-04" }, "total_sale_dollars": 1488349.9099999992 }, { "purchase_month": { "value": "2016-12-11" }, "total_sale_dollars": 1483935.7799999998 }, { "purchase_month": { "value": "2016-12-18" }, "total_sale_dollars": 1851718.7799999996 }, { "purchase_month": { "value": "2016-12-25" }, "total_sale_dollars": 1477186.589999999 }, { "purchase_month": { "value": "2017-01-01" }, "total_sale_dollars": 937240.37 }, { "purchase_month": { "value": "2017-01-08" }, "total_sale_dollars": 1155371.89 }, { "purchase_month": { "value": "2017-01-15" }, "total_sale_dollars": 1082666.16 }, { "purchase_month": { "value": "2017-01-22" }, "total_sale_dollars": 1126024.5999999996 }, { "purchase_month": { "value": "2017-01-29" }, "total_sale_dollars": 1279726.1199999996 }, { "purchase_month": { "value": "2017-02-05" }, "total_sale_dollars": 1794573.3199999998 }, { "purchase_month": { "value": "2017-02-12" }, "total_sale_dollars": 1431449.1299999994 }, { "purchase_month": { "value": "2017-02-19" }, "total_sale_dollars": 1260699.8499999999 }, { "purchase_month": { "value": "2017-02-26" }, "total_sale_dollars": 1273477.9099999995 }, { "purchase_month": { "value": "2017-03-05" }, "total_sale_dollars": 1427848.0799999996 }, { "purchase_month": { "value": "2017-03-12" }, "total_sale_dollars": 1281579.3099999998 }, { "purchase_month": { "value": "2017-03-19" }, "total_sale_dollars": 1192366.6499999994 }, { "purchase_month": { "value": "2017-03-26" }, "total_sale_dollars": 1265999.5999999996 }, { "purchase_month": { "value": "2017-04-02" }, "total_sale_dollars": 1443393.5099999998 }, { "purchase_month": { "value": "2017-04-09" }, "total_sale_dollars": 1557445.77 }, { "purchase_month": { "value": "2017-04-16" }, "total_sale_dollars": 1234890.4599999995 }, { "purchase_month": { "value": "2017-04-23" }, "total_sale_dollars": 1403131.9600000002 }, { "purchase_month": { "value": "2017-04-30" }, "total_sale_dollars": 1412970.4899999993 }, { "purchase_month": { "value": "2017-05-07" }, "total_sale_dollars": 1530933.2099999997 }, { "purchase_month": { "value": "2017-05-14" }, "total_sale_dollars": 1538202.3399999996 }, { "purchase_month": { "value": "2017-05-21" }, "total_sale_dollars": 1661034.7099999995 }, { "purchase_month": { "value": "2017-05-28" }, "total_sale_dollars": 1246314.0199999998 }, { "purchase_month": { "value": "2017-06-04" }, "total_sale_dollars": 1946892.5799999996 }, { "purchase_month": { "value": "2017-06-11" }, "total_sale_dollars": 1887445.2199999997 }, { "purchase_month": { "value": "2017-06-18" }, "total_sale_dollars": 1544239.9499999997 }, { "purchase_month": { "value": "2017-06-25" }, "total_sale_dollars": 2001794.2200000002 }, { "purchase_month": { "value": "2017-07-02" }, "total_sale_dollars": 1540688.26 }, { "purchase_month": { "value": "2017-07-09" }, "total_sale_dollars": 1575162.8699999999 }, { "purchase_month": { "value": "2017-07-16" }, "total_sale_dollars": 1672802.4299999992 }, { "purchase_month": { "value": "2017-07-23" }, "total_sale_dollars": 1671154.4499999997 }, { "purchase_month": { "value": "2017-07-30" }, "total_sale_dollars": 1557519.5299999998 }, { "purchase_month": { "value": "2017-08-06" }, "total_sale_dollars": 1554437.1399999997 }, { "purchase_month": { "value": "2017-08-13" }, "total_sale_dollars": 1710446.0799999998 }, { "purchase_month": { "value": "2017-08-20" }, "total_sale_dollars": 1489796.3899999994 }, { "purchase_month": { "value": "2017-08-27" }, "total_sale_dollars": 1918755.7699999998 }, { "purchase_month": { "value": "2017-09-03" }, "total_sale_dollars": 1538710.8199999991 }, { "purchase_month": { "value": "2017-09-10" }, "total_sale_dollars": 2098250.549999999 }, { "purchase_month": { "value": "2017-09-17" }, "total_sale_dollars": 1406450.0899999999 }, { "purchase_month": { "value": "2017-09-24" }, "total_sale_dollars": 1433475.0099999998 }, { "purchase_month": { "value": "2017-10-01" }, "total_sale_dollars": 1619535.4799999997 }, { "purchase_month": { "value": "2017-10-08" }, "total_sale_dollars": 1540854.9699999993 }, { "purchase_month": { "value": "2017-10-15" }, "total_sale_dollars": 1450473.8299999994 }, { "purchase_month": { "value": "2017-10-22" }, "total_sale_dollars": 1661436.6599999997 }, { "purchase_month": { "value": "2017-10-29" }, "total_sale_dollars": 1362506.67 }, { "purchase_month": { "value": "2017-11-05" }, "total_sale_dollars": 1601010.3499999992 }, { "purchase_month": { "value": "2017-11-12" }, "total_sale_dollars": 1506249.2500000002 }, { "purchase_month": { "value": "2017-11-19" }, "total_sale_dollars": 786168.28 }, { "purchase_month": { "value": "2017-11-26" }, "total_sale_dollars": 1775280 }, { "purchase_month": { "value": "2017-12-03" }, "total_sale_dollars": 1762823.419999999 }, { "purchase_month": { "value": "2017-12-10" }, "total_sale_dollars": 1560693.09 }, { "purchase_month": { "value": "2017-12-17" }, "total_sale_dollars": 1928616.6699999997 }, { "purchase_month": { "value": "2017-12-24" }, "total_sale_dollars": 1285878.2899999998 }, { "purchase_month": { "value": "2017-12-31" }, "total_sale_dollars": 855750.0899999997 }, { "purchase_month": { "value": "2018-01-07" }, "total_sale_dollars": 1345639.859999999 }, { "purchase_month": { "value": "2018-01-14" }, "total_sale_dollars": 1184391.0099999995 }, { "purchase_month": { "value": "2018-01-21" }, "total_sale_dollars": 1253733.46 }, { "purchase_month": { "value": "2018-01-28" }, "total_sale_dollars": 1311942.6599999992 }, { "purchase_month": { "value": "2018-02-04" }, "total_sale_dollars": 1573640.0399999993 }, { "purchase_month": { "value": "2018-02-11" }, "total_sale_dollars": 1173373.0599999991 }, { "purchase_month": { "value": "2018-02-18" }, "total_sale_dollars": 1234199.4099999995 }, { "purchase_month": { "value": "2018-02-25" }, "total_sale_dollars": 1412634.3499999999 }, { "purchase_month": { "value": "2018-03-04" }, "total_sale_dollars": 1575281.1599999992 }, { "purchase_month": { "value": "2018-03-11" }, "total_sale_dollars": 1287884.1899999992 }, { "purchase_month": { "value": "2018-03-18" }, "total_sale_dollars": 1286710.5299999989 }, { "purchase_month": { "value": "2018-03-25" }, "total_sale_dollars": 1386264.5099999995 }, { "purchase_month": { "value": "2018-04-01" }, "total_sale_dollars": 1572629.0599999994 }, { "purchase_month": { "value": "2018-04-08" }, "total_sale_dollars": 1531975.9499999993 }, { "purchase_month": { "value": "2018-04-15" }, "total_sale_dollars": 1388023.049999999 }, { "purchase_month": { "value": "2018-04-22" }, "total_sale_dollars": 1539217.5699999991 }, { "purchase_month": { "value": "2018-04-29" }, "total_sale_dollars": 1657541.4199999992 }, { "purchase_month": { "value": "2018-05-06" }, "total_sale_dollars": 1646760.709999999 }, { "purchase_month": { "value": "2018-05-13" }, "total_sale_dollars": 1544992.0799999994 }, { "purchase_month": { "value": "2018-05-20" }, "total_sale_dollars": 1996714.7299999993 }, { "purchase_month": { "value": "2018-05-27" }, "total_sale_dollars": 1408580.2099999993 }, { "purchase_month": { "value": "2018-06-03" }, "total_sale_dollars": 1942108.0599999996 }, { "purchase_month": { "value": "2018-06-10" }, "total_sale_dollars": 1715222.3899999997 }, { "purchase_month": { "value": "2018-06-17" }, "total_sale_dollars": 1612151.76 }, { "purchase_month": { "value": "2018-06-24" }, "total_sale_dollars": 2358493.8699999982 }, { "purchase_month": { "value": "2018-07-01" }, "total_sale_dollars": 1240801.1299999997 }, { "purchase_month": { "value": "2018-07-08" }, "total_sale_dollars": 1888665.8800000001 }, { "purchase_month": { "value": "2018-07-15" }, "total_sale_dollars": 1739336.9199999995 }, { "purchase_month": { "value": "2018-07-22" }, "total_sale_dollars": 1924859.3299999996 }, { "purchase_month": { "value": "2018-07-29" }, "total_sale_dollars": 1924568.7499999988 }, { "purchase_month": { "value": "2018-08-05" }, "total_sale_dollars": 1638248.9299999992 }, { "purchase_month": { "value": "2018-08-12" }, "total_sale_dollars": 1635757.2899999989 }, { "purchase_month": { "value": "2018-08-19" }, "total_sale_dollars": 1598749.2699999989 }, { "purchase_month": { "value": "2018-08-26" }, "total_sale_dollars": 2009566.539999999 }, { "purchase_month": { "value": "2018-09-02" }, "total_sale_dollars": 1642087.1399999992 }, { "purchase_month": { "value": "2018-09-09" }, "total_sale_dollars": 1947456.9399999992 }, { "purchase_month": { "value": "2018-09-16" }, "total_sale_dollars": 1480072.94 }, { "purchase_month": { "value": "2018-09-23" }, "total_sale_dollars": 1485256.58 }, { "purchase_month": { "value": "2018-09-30" }, "total_sale_dollars": 1669819.4199999997 }, { "purchase_month": { "value": "2018-10-07" }, "total_sale_dollars": 1568478.739999999 }, { "purchase_month": { "value": "2018-10-14" }, "total_sale_dollars": 1522803.6699999995 }, { "purchase_month": { "value": "2018-10-21" }, "total_sale_dollars": 1600438.32 }, { "purchase_month": { "value": "2018-10-28" }, "total_sale_dollars": 1349538.56 }, { "purchase_month": { "value": "2018-11-04" }, "total_sale_dollars": 1686886.7699999998 }, { "purchase_month": { "value": "2018-11-11" }, "total_sale_dollars": 1794088.4899999988 }, { "purchase_month": { "value": "2018-11-18" }, "total_sale_dollars": 993592.8799999997 }, { "purchase_month": { "value": "2018-11-25" }, "total_sale_dollars": 2065629.359999999 }, { "purchase_month": { "value": "2018-12-02" }, "total_sale_dollars": 1871408.9899999998 }, { "purchase_month": { "value": "2018-12-09" }, "total_sale_dollars": 1781622.2099999995 }, { "purchase_month": { "value": "2018-12-16" }, "total_sale_dollars": 2127304.709999999 }, { "purchase_month": { "value": "2018-12-23" }, "total_sale_dollars": 1444766.4299999997 }, { "purchase_month": { "value": "2018-12-30" }, "total_sale_dollars": 1240514.0699999994 }, { "purchase_month": { "value": "2019-01-06" }, "total_sale_dollars": 1396530.4699999995 }, { "purchase_month": { "value": "2019-01-13" }, "total_sale_dollars": 1229163.21 }, { "purchase_month": { "value": "2019-01-20" }, "total_sale_dollars": 1230462.4199999997 }, { "purchase_month": { "value": "2019-01-27" }, "total_sale_dollars": 1314316.9299999995 }, { "purchase_month": { "value": "2019-02-03" }, "total_sale_dollars": 1464067.6099999999 }, { "purchase_month": { "value": "2019-02-10" }, "total_sale_dollars": 1325781.8699999996 }, { "purchase_month": { "value": "2019-02-17" }, "total_sale_dollars": 1334718.7199999995 }, { "purchase_month": { "value": "2019-02-24" }, "total_sale_dollars": 1410933.1499999994 }, { "purchase_month": { "value": "2019-03-03" }, "total_sale_dollars": 1553551.5299999998 }, { "purchase_month": { "value": "2019-03-10" }, "total_sale_dollars": 1260367.4699999995 }, { "purchase_month": { "value": "2019-03-17" }, "total_sale_dollars": 1233597.7899999996 }, { "purchase_month": { "value": "2019-03-24" }, "total_sale_dollars": 1233620.74 }, { "purchase_month": { "value": "2019-03-31" }, "total_sale_dollars": 1454370.44 }, { "purchase_month": { "value": "2019-04-07" }, "total_sale_dollars": 1355612.9999999993 }, { "purchase_month": { "value": "2019-04-14" }, "total_sale_dollars": 1379327.66 }, { "purchase_month": { "value": "2019-04-21" }, "total_sale_dollars": 1624580.8099999996 }, { "purchase_month": { "value": "2019-04-28" }, "total_sale_dollars": 1651608.3900000001 }, { "purchase_month": { "value": "2019-05-05" }, "total_sale_dollars": 1749864.4399999997 }, { "purchase_month": { "value": "2019-05-12" }, "total_sale_dollars": 1914397.8999999997 }, { "purchase_month": { "value": "2019-05-19" }, "total_sale_dollars": 1791550.4099999997 }, { "purchase_month": { "value": "2019-05-26" }, "total_sale_dollars": 1799083.2299999995 }, { "purchase_month": { "value": "2019-06-02" }, "total_sale_dollars": 1915570.9299999997 }, { "purchase_month": { "value": "2019-06-09" }, "total_sale_dollars": 1937157.0799999991 }, { "purchase_month": { "value": "2019-06-16" }, "total_sale_dollars": 1723517.9499999997 }, { "purchase_month": { "value": "2019-06-23" }, "total_sale_dollars": 2447424.1499999994 }, { "purchase_month": { "value": "2019-06-30" }, "total_sale_dollars": 1672593.7999999996 }, { "purchase_month": { "value": "2019-07-07" }, "total_sale_dollars": 1616541.2899999998 }, { "purchase_month": { "value": "2019-07-14" }, "total_sale_dollars": 1663785.6100000003 }, { "purchase_month": { "value": "2019-07-21" }, "total_sale_dollars": 1548257.62 }, { "purchase_month": { "value": "2019-07-28" }, "total_sale_dollars": 2000180.8799999997 }, { "purchase_month": { "value": "2019-08-04" }, "total_sale_dollars": 1693890.239999999 }, { "purchase_month": { "value": "2019-08-11" }, "total_sale_dollars": 1613079.1099999992 }, { "purchase_month": { "value": "2019-08-18" }, "total_sale_dollars": 1645313.8999999994 }, { "purchase_month": { "value": "2019-08-25" }, "total_sale_dollars": 2166565.2599999993 }, { "purchase_month": { "value": "2019-09-01" }, "total_sale_dollars": 1795315.329999999 }, { "purchase_month": { "value": "2019-09-08" }, "total_sale_dollars": 1667229.3900000001 }, { "purchase_month": { "value": "2019-09-15" }, "total_sale_dollars": 1390611.0699999991 }, { "purchase_month": { "value": "2019-09-22" }, "total_sale_dollars": 1799756.929999999 }, { "purchase_month": { "value": "2019-09-29" }, "total_sale_dollars": 1592402.8599999994 }, { "purchase_month": { "value": "2019-10-06" }, "total_sale_dollars": 1702401.44 }, { "purchase_month": { "value": "2019-10-13" }, "total_sale_dollars": 1793887.739999999 }, { "purchase_month": { "value": "2019-10-20" }, "total_sale_dollars": 1499730.3999999994 }, { "purchase_month": { "value": "2019-10-27" }, "total_sale_dollars": 1625311.819999999 }, { "purchase_month": { "value": "2019-11-03" }, "total_sale_dollars": 1562676.0299999989 }, { "purchase_month": { "value": "2019-11-10" }, "total_sale_dollars": 1697867.2599999998 }, { "purchase_month": { "value": "2019-11-17" }, "total_sale_dollars": 1568520.6599999997 }, { "purchase_month": { "value": "2019-11-24" }, "total_sale_dollars": 1391569.5999999994 }, { "purchase_month": { "value": "2019-12-01" }, "total_sale_dollars": 1402811.4099999995 }, { "purchase_month": { "value": "2019-12-08" }, "total_sale_dollars": 1565668.6399999997 }, { "purchase_month": { "value": "2019-12-15" }, "total_sale_dollars": 1714977.9899999998 }, { "purchase_month": { "value": "2019-12-22" }, "total_sale_dollars": 1580677.1499999987 }, { "purchase_month": { "value": "2019-12-29" }, "total_sale_dollars": 1260577.2299999995 }, { "purchase_month": { "value": "2020-01-05" }, "total_sale_dollars": 1332598.1499999992 }, { "purchase_month": { "value": "2020-01-12" }, "total_sale_dollars": 1164794.7999999998 }, { "purchase_month": { "value": "2020-01-19" }, "total_sale_dollars": 1370637.8999999994 }, { "purchase_month": { "value": "2020-01-26" }, "total_sale_dollars": 1330522.0299999998 }, { "purchase_month": { "value": "2020-02-02" }, "total_sale_dollars": 1494300.1299999997 }, { "purchase_month": { "value": "2020-02-09" }, "total_sale_dollars": 1368096.9899999995 }, { "purchase_month": { "value": "2020-02-16" }, "total_sale_dollars": 1448239.1899999992 }, { "purchase_month": { "value": "2020-02-23" }, "total_sale_dollars": 1564013.1799999997 }, { "purchase_month": { "value": "2020-03-01" }, "total_sale_dollars": 1546500.9199999992 }, { "purchase_month": { "value": "2020-03-08" }, "total_sale_dollars": 1470475.38 }, { "purchase_month": { "value": "2020-03-15" }, "total_sale_dollars": 1766446.5899999999 }, { "purchase_month": { "value": "2020-03-22" }, "total_sale_dollars": 1678451.4999999998 }, { "purchase_month": { "value": "2020-03-29" }, "total_sale_dollars": 1400781.79 }, { "purchase_month": { "value": "2020-04-05" }, "total_sale_dollars": 1978893.2500000005 }, { "purchase_month": { "value": "2020-04-12" }, "total_sale_dollars": 1658954.5500000003 }, { "purchase_month": { "value": "2020-04-19" }, "total_sale_dollars": 1626472.0300000005 }, { "purchase_month": { "value": "2020-04-26" }, "total_sale_dollars": 1642681.7999999998 }, { "purchase_month": { "value": "2020-05-03" }, "total_sale_dollars": 1777133.0399999996 }, { "purchase_month": { "value": "2020-05-10" }, "total_sale_dollars": 1802805.95 }, { "purchase_month": { "value": "2020-05-17" }, "total_sale_dollars": 1718192.35 }, { "purchase_month": { "value": "2020-05-24" }, "total_sale_dollars": 1793644.3700000003 }, { "purchase_month": { "value": "2020-05-31" }, "total_sale_dollars": 1715798.4100000001 }, { "purchase_month": { "value": "2020-06-07" }, "total_sale_dollars": 1712610.6899999997 }, { "purchase_month": { "value": "2020-06-14" }, "total_sale_dollars": 1905071.3399999996 }, { "purchase_month": { "value": "2020-06-21" }, "total_sale_dollars": 2167119.3 }, { "purchase_month": { "value": "2020-06-28" }, "total_sale_dollars": 2031548.5899999994 }, { "purchase_month": { "value": "2020-07-05" }, "total_sale_dollars": 1779654.6099999996 }, { "purchase_month": { "value": "2020-07-12" }, "total_sale_dollars": 1607447.6699999997 }, { "purchase_month": { "value": "2020-07-19" }, "total_sale_dollars": 1656557.3299999998 }, { "purchase_month": { "value": "2020-07-26" }, "total_sale_dollars": 1776925.7899999998 }, { "purchase_month": { "value": "2020-08-02" }, "total_sale_dollars": 2151951.389999999 }, { "purchase_month": { "value": "2020-08-09" }, "total_sale_dollars": 1687304.4100000001 }, { "purchase_month": { "value": "2020-08-16" }, "total_sale_dollars": 1999769.43 }, { "purchase_month": { "value": "2020-08-23" }, "total_sale_dollars": 2080794.05 }, { "purchase_month": { "value": "2020-08-30" }, "total_sale_dollars": 1927994.3200000003 }, { "purchase_month": { "value": "2020-09-06" }, "total_sale_dollars": 1718718.5099999995 }, { "purchase_month": { "value": "2020-09-13" }, "total_sale_dollars": 2076145.7499999998 }, { "purchase_month": { "value": "2020-09-20" }, "total_sale_dollars": 2423590.3799999994 }, { "purchase_month": { "value": "2020-09-27" }, "total_sale_dollars": 2030624.3699999996 }, { "purchase_month": { "value": "2020-10-04" }, "total_sale_dollars": 2275629.6300000004 }, { "purchase_month": { "value": "2020-10-11" }, "total_sale_dollars": 1644127.9400000002 }, { "purchase_month": { "value": "2020-10-18" }, "total_sale_dollars": 1425573.7499999995 }, { "purchase_month": { "value": "2020-10-25" }, "total_sale_dollars": 1536641.24 }, { "purchase_month": { "value": "2020-11-01" }, "total_sale_dollars": 1560800.9799999997 }, { "purchase_month": { "value": "2020-11-08" }, "total_sale_dollars": 1377425.68 }, { "purchase_month": { "value": "2020-11-15" }, "total_sale_dollars": 2060206.8399999999 }, { "purchase_month": { "value": "2020-11-22" }, "total_sale_dollars": 1219386.0299999998 }, { "purchase_month": { "value": "2020-11-29" }, "total_sale_dollars": 1415796.9099999997 }, { "purchase_month": { "value": "2020-12-06" }, "total_sale_dollars": 1648787.6999999993 }, { "purchase_month": { "value": "2020-12-13" }, "total_sale_dollars": 1816392.709999999 }, { "purchase_month": { "value": "2020-12-20" }, "total_sale_dollars": 1665695.289999999 }, { "purchase_month": { "value": "2020-12-27" }, "total_sale_dollars": 1310386.5699999996 }, { "purchase_month": { "value": "2021-01-03" }, "total_sale_dollars": 1561041.2999999996 }, { "purchase_month": { "value": "2021-01-10" }, "total_sale_dollars": 1430170.25 }, { "purchase_month": { "value": "2021-01-17" }, "total_sale_dollars": 1494548.5899999996 }, { "purchase_month": { "value": "2021-01-24" }, "total_sale_dollars": 1558670.1499999994 }, { "purchase_month": { "value": "2021-01-31" }, "total_sale_dollars": 1718887.1200000003 }, { "purchase_month": { "value": "2021-02-07" }, "total_sale_dollars": 1474008.4899999995 }, { "purchase_month": { "value": "2021-02-14" }, "total_sale_dollars": 1404477.4299999992 }, { "purchase_month": { "value": "2021-02-21" }, "total_sale_dollars": 1620603.5399999989 }, { "purchase_month": { "value": "2021-02-28" }, "total_sale_dollars": 1447442.9299999995 }, { "purchase_month": { "value": "2021-03-07" }, "total_sale_dollars": 1704307.4599999997 }, { "purchase_month": { "value": "2021-03-14" }, "total_sale_dollars": 1639430.9399999997 }, { "purchase_month": { "value": "2021-03-21" }, "total_sale_dollars": 1714086.2399999993 }, { "purchase_month": { "value": "2021-03-28" }, "total_sale_dollars": 1559090.8499999999 }, { "purchase_month": { "value": "2021-04-04" }, "total_sale_dollars": 1747582.5399999996 }, { "purchase_month": { "value": "2021-04-11" }, "total_sale_dollars": 1592654.3399999994 }, { "purchase_month": { "value": "2021-04-18" }, "total_sale_dollars": 1872548.0699999996 }, { "purchase_month": { "value": "2021-04-25" }, "total_sale_dollars": 1647991.7899999993 }, { "purchase_month": { "value": "2021-05-02" }, "total_sale_dollars": 2026971.8499999994 }, { "purchase_month": { "value": "2021-05-09" }, "total_sale_dollars": 1668351.24 }, { "purchase_month": { "value": "2021-05-16" }, "total_sale_dollars": 1861867.8199999994 }, { "purchase_month": { "value": "2021-05-23" }, "total_sale_dollars": 1856951.4399999997 }, { "purchase_month": { "value": "2021-05-30" }, "total_sale_dollars": 1784185.3699999994 }, { "purchase_month": { "value": "2021-06-06" }, "total_sale_dollars": 1743445.9299999992 }, { "purchase_month": { "value": "2021-06-13" }, "total_sale_dollars": 2056084.1199999994 }, { "purchase_month": { "value": "2021-06-20" }, "total_sale_dollars": 2064708.4099999997 }, { "purchase_month": { "value": "2021-06-27" }, "total_sale_dollars": 2184168.729999998 }, { "purchase_month": { "value": "2021-07-04" }, "total_sale_dollars": 2249285.0699999994 }, { "purchase_month": { "value": "2021-07-11" }, "total_sale_dollars": 1606891.8399999996 }, { "purchase_month": { "value": "2021-07-18" }, "total_sale_dollars": 1863310.3899999997 }, { "purchase_month": { "value": "2021-07-25" }, "total_sale_dollars": 1673253.3799999994 }, { "purchase_month": { "value": "2021-08-01" }, "total_sale_dollars": 2035353.959999999 }, { "purchase_month": { "value": "2021-08-08" }, "total_sale_dollars": 1764781.0299999996 }, { "purchase_month": { "value": "2021-08-15" }, "total_sale_dollars": 2043449.1199999996 }, { "purchase_month": { "value": "2021-08-22" }, "total_sale_dollars": 2426325.279999999 }, { "purchase_month": { "value": "2021-08-29" }, "total_sale_dollars": 1934234.2099999995 }, { "purchase_month": { "value": "2021-09-05" }, "total_sale_dollars": 1731254.5799999996 }, { "purchase_month": { "value": "2021-09-12" }, "total_sale_dollars": 1791020.62 }, { "purchase_month": { "value": "2021-09-19" }, "total_sale_dollars": 1562025.0499999989 }, { "purchase_month": { "value": "2021-09-26" }, "total_sale_dollars": 1738698.0699999987 }, { "purchase_month": { "value": "2021-10-03" }, "total_sale_dollars": 1979267.4299999992 }, { "purchase_month": { "value": "2021-10-10" }, "total_sale_dollars": 2062561.5399999996 }, { "purchase_month": { "value": "2021-10-17" }, "total_sale_dollars": 1638465.0799999996 }, { "purchase_month": { "value": "2021-10-24" }, "total_sale_dollars": 1581717.3999999994 }, { "purchase_month": { "value": "2021-10-31" }, "total_sale_dollars": 1781000.9899999993 }, { "purchase_month": { "value": "2021-11-07" }, "total_sale_dollars": 2072179.959999999 }, { "purchase_month": { "value": "2021-11-14" }, "total_sale_dollars": 2542559.439999999 }, { "purchase_month": { "value": "2021-11-21" }, "total_sale_dollars": 1543809.7299999995 }, { "purchase_month": { "value": "2021-11-28" }, "total_sale_dollars": 1465260.0599999994 }, { "purchase_month": { "value": "2021-12-05" }, "total_sale_dollars": 1892868.4099999992 }, { "purchase_month": { "value": "2021-12-12" }, "total_sale_dollars": 1663272.7299999995 }, { "purchase_month": { "value": "2021-12-19" }, "total_sale_dollars": 1721108.2099999995 }, { "purchase_month": { "value": "2021-12-26" }, "total_sale_dollars": 1521435.2399999988 }, { "purchase_month": { "value": "2022-01-02" }, "total_sale_dollars": 1833174.9599999993 }, { "purchase_month": { "value": "2022-01-09" }, "total_sale_dollars": 1341562.4899999998 }, { "purchase_month": { "value": "2022-01-16" }, "total_sale_dollars": 1284237.4699999997 }, { "purchase_month": { "value": "2022-01-23" }, "total_sale_dollars": 1305259.01 }, { "purchase_month": { "value": "2022-01-30" }, "total_sale_dollars": 181771.81000000003 } ], "by_class": [ { "category_class": "VODKAS", "total_sale_dollars": 755495862.3701215, "item_count": 1925 } ], "by_vendor_bar_chart": [ { "vendor_name": "FIFTH GENERATION INC", "total_sale_dollars": 109619643.8600026, "total_bottles": 5819791 }, { "vendor_name": "Diageo Americas", "total_sale_dollars": 100830656.26999801, "total_bottles": 7277515 }, { "vendor_name": "Pernod Ricard USA/Austin Nichols", "total_sale_dollars": 58518311.69999349, "total_bottles": 3175023 }, { "vendor_name": "Phillips Beverage Company", "total_sale_dollars": 49450874.789996825, "total_bottles": 4907490 }, { "vendor_name": "Luxco-St Louis", "total_sale_dollars": 48777247.58000345, "total_bottles": 6908155 }, { "vendor_name": "Bacardi U.S.A., Inc.", "total_sale_dollars": 33377101.73999989, "total_bottles": 1445585 }, { "vendor_name": "E & J Gallo Winery", "total_sale_dollars": 32856079.430000067, "total_bottles": 3858027 }, { "vendor_name": "DIAGEO AMERICAS", "total_sale_dollars": 31119466.590001814, "total_bottles": 2251821 }, { "vendor_name": "Sazerac North America", "total_sale_dollars": 29172411.00000132, "total_bottles": 4075693 }, { "vendor_name": "Laird And Company", "total_sale_dollars": 25775471.109998483, "total_bottles": 4430370 } ], "top_sellers_by_revenue": [ { "vendor_name": "FIFTH GENERATION INC", "item_description": "Titos Handmade Vodka", "total_sale_dollars": 103322665.86000338, "total_bottles": 5411147, "avg_price_per_100ml": 1.8960354871108134 }, { "vendor_name": "Luxco-St Louis", "item_description": "Hawkeye Vodka", "total_sale_dollars": 42195474.73000192, "total_bottles": 6074111, "avg_price_per_100ml": 0.6550692054650454 }, { "vendor_name": "Pernod Ricard USA/Austin Nichols", "item_description": "Absolut Swedish Vodka 80 Prf", "total_sale_dollars": 30755524.139999337, "total_bottles": 1538497, "avg_price_per_100ml": 2.209161023991875 }, { "vendor_name": "Bacardi U.S.A., Inc.", "item_description": "Grey Goose Vodka", "total_sale_dollars": 26177382.039999984, "total_bottles": 1119844, "avg_price_per_100ml": 3.5148016139297455 }, { "vendor_name": "Laird And Company", "item_description": "Five O'clock Vodka", "total_sale_dollars": 18572239.479999125, "total_bottles": 3115680, "avg_price_per_100ml": 0.6652777444897887 } ], "most_expensive_products": [ { "vendor_name": "AMERICAN SPIRITS EXCHANGE", "item_description": "E.T. 51 Premium Vodka Mini", "total_sale_dollars": 7197.12, "total_bottles": 42, "avg_price_per_100ml": 342.72 }, { "vendor_name": "AMERICAN SPIRITS EXCHANGE", "item_description": "E.T.51 Premium Vodka Mini", "total_sale_dollars": 11481.120000000003, "total_bottles": 67, "avg_price_per_100ml": 342.72 }, { "vendor_name": "Heaven Hill Brands", "item_description": "Deep Eddy Vodka Mini", "total_sale_dollars": 151.2, "total_bottles": 2, "avg_price_per_100ml": 151.2 }, { "vendor_name": "JDSO INC / Red Boot Distillery", "item_description": "Blue Ox Vodka Mini", "total_sale_dollars": 35010, "total_bottles": 778, "avg_price_per_100ml": 90 }, { "vendor_name": "Foundry Distilling Company, LLC", "item_description": "Okoboji Vodka Mini", "total_sale_dollars": 495, "total_bottles": 11, "avg_price_per_100ml": 90 }, { "vendor_name": "SAZERAC COMPANY INC", "item_description": "Platinum 7X Vodka Candy Cane", "total_sale_dollars": 3645, "total_bottles": 81, "avg_price_per_100ml": 90 }, { "vendor_name": "Hawaii Sea Spirits LLC", "item_description": "Ocean Organic Vodka Mini", "total_sale_dollars": 135, "total_bottles": 3, "avg_price_per_100ml": 90 }, { "vendor_name": "DIAGEO AMERICAS", "item_description": "Ciroc Summer Colada Mini", "total_sale_dollars": 156.48, "total_bottles": 2, "avg_price_per_100ml": 78.24 }, { "vendor_name": "Diageo Americas", "item_description": "Ciroc French Vanilla Mini", "total_sale_dollars": 3249.4500000000007, "total_bottles": 83, "avg_price_per_100ml": 71.55415384615385 }, { "vendor_name": "DIAGEO AMERICAS", "item_description": "Ciroc French Vanilla Mini", "total_sale_dollars": 3601.8000000000015, "total_bottles": 94, "avg_price_per_100ml": 66.36857142857143 } ], "by_vendor_dashboard": [ { "vendor_name": "FIFTH GENERATION INC", "total_sale_dollars": 109619643.86000265, "by_month": [ { "purchase_month": { "value": "2012-01-01" }, "total_sale_dollars": 3622.73 }, { "purchase_month": { "value": "2012-01-08" }, "total_sale_dollars": 1759.0299999999997 }, { "purchase_month": { "value": "2012-01-15" }, "total_sale_dollars": 916.41 }, { "purchase_month": { "value": "2012-01-22" }, "total_sale_dollars": 1598.33 }, { "purchase_month": { "value": "2012-01-29" }, "total_sale_dollars": 13299.220000000003 }, { "purchase_month": { "value": "2012-02-05" }, "total_sale_dollars": 6087.67 }, { "purchase_month": { "value": "2012-02-12" }, "total_sale_dollars": 3972.7400000000007 }, { "purchase_month": { "value": "2012-02-19" }, "total_sale_dollars": 5184.500000000001 }, { "purchase_month": { "value": "2012-02-26" }, "total_sale_dollars": 5263.08 }, { "purchase_month": { "value": "2012-03-04" }, "total_sale_dollars": 4167.850000000001 }, { "purchase_month": { "value": "2012-03-11" }, "total_sale_dollars": 4948.56 }, { "purchase_month": { "value": "2012-03-18" }, "total_sale_dollars": 4993.570000000001 }, { "purchase_month": { "value": "2012-03-25" }, "total_sale_dollars": 4414.01 }, { "purchase_month": { "value": "2012-04-01" }, "total_sale_dollars": 5463.220000000001 }, { "purchase_month": { "value": "2012-04-08" }, "total_sale_dollars": 12434.350000000002 }, { "purchase_month": { "value": "2012-04-15" }, "total_sale_dollars": 6094.16 }, { "purchase_month": { "value": "2012-04-22" }, "total_sale_dollars": 349.99000000000007 }, { "purchase_month": { "value": "2012-04-29" }, "total_sale_dollars": 8060.4400000000005 }, { "purchase_month": { "value": "2012-05-06" }, "total_sale_dollars": 8662.250000000002 }, { "purchase_month": { "value": "2012-05-13" }, "total_sale_dollars": 8828.32 }, { "purchase_month": { "value": "2012-05-20" }, "total_sale_dollars": 11601.669999999996 }, { "purchase_month": { "value": "2012-05-27" }, "total_sale_dollars": 5448.730000000001 }, { "purchase_month": { "value": "2012-06-03" }, "total_sale_dollars": 6801.230000000002 }, { "purchase_month": { "value": "2012-06-10" }, "total_sale_dollars": 12184.990000000003 }, { "purchase_month": { "value": "2012-06-17" }, "total_sale_dollars": 11859.37 }, { "purchase_month": { "value": "2012-06-24" }, "total_sale_dollars": 8345.130000000001 }, { "purchase_month": { "value": "2012-07-01" }, "total_sale_dollars": 10447.84 }, { "purchase_month": { "value": "2012-07-08" }, "total_sale_dollars": 8468.79 }, { "purchase_month": { "value": "2012-07-15" }, "total_sale_dollars": 15275.39 }, { "purchase_month": { "value": "2012-07-22" }, "total_sale_dollars": 9291.800000000001 }, { "purchase_month": { "value": "2012-07-29" }, "total_sale_dollars": 10074 }, { "purchase_month": { "value": "2012-08-05" }, "total_sale_dollars": 4789.14 }, { "purchase_month": { "value": "2012-08-12" }, "total_sale_dollars": 21550.720000000005 }, { "purchase_month": { "value": "2012-08-19" }, "total_sale_dollars": 6029.640000000002 }, { "purchase_month": { "value": "2012-08-26" }, "total_sale_dollars": 1609.1999999999998 }, { "purchase_month": { "value": "2012-09-02" }, "total_sale_dollars": 15638.370000000003 }, { "purchase_month": { "value": "2012-09-09" }, "total_sale_dollars": 21765.09 }, { "purchase_month": { "value": "2012-09-16" }, "total_sale_dollars": 11322.890000000003 }, { "purchase_month": { "value": "2012-09-23" }, "total_sale_dollars": 11190.540000000003 }, { "purchase_month": { "value": "2012-09-30" }, "total_sale_dollars": 13350.34 }, { "purchase_month": { "value": "2012-10-07" }, "total_sale_dollars": 12070.750000000002 }, { "purchase_month": { "value": "2012-10-14" }, "total_sale_dollars": 29040.590000000004 }, { "purchase_month": { "value": "2012-10-21" }, "total_sale_dollars": 13611.420000000002 }, { "purchase_month": { "value": "2012-10-28" }, "total_sale_dollars": 8717.310000000001 }, { "purchase_month": { "value": "2012-11-04" }, "total_sale_dollars": 12047.470000000001 }, { "purchase_month": { "value": "2012-11-11" }, "total_sale_dollars": 20901.789999999997 }, { "purchase_month": { "value": "2012-11-18" }, "total_sale_dollars": 2337.72 }, { "purchase_month": { "value": "2012-11-25" }, "total_sale_dollars": 12167.190000000004 }, { "purchase_month": { "value": "2012-12-02" }, "total_sale_dollars": 8290.45 }, { "purchase_month": { "value": "2012-12-09" }, "total_sale_dollars": 12471.060000000005 }, { "purchase_month": { "value": "2012-12-16" }, "total_sale_dollars": 19628.670000000006 }, { "purchase_month": { "value": "2012-12-23" }, "total_sale_dollars": 21014.540000000005 }, { "purchase_month": { "value": "2012-12-30" }, "total_sale_dollars": 6990.510000000001 }, { "purchase_month": { "value": "2013-01-06" }, "total_sale_dollars": 13208.37 }, { "purchase_month": { "value": "2013-01-13" }, "total_sale_dollars": 6553.74 }, { "purchase_month": { "value": "2013-01-20" }, "total_sale_dollars": 9674.900000000003 }, { "purchase_month": { "value": "2013-01-27" }, "total_sale_dollars": 7868.020000000002 }, { "purchase_month": { "value": "2013-02-03" }, "total_sale_dollars": 13852.510000000004 }, { "purchase_month": { "value": "2013-02-10" }, "total_sale_dollars": 10024.280000000002 }, { "purchase_month": { "value": "2013-02-17" }, "total_sale_dollars": 9848.840000000002 }, { "purchase_month": { "value": "2013-02-24" }, "total_sale_dollars": 9578.050000000001 }, { "purchase_month": { "value": "2013-03-03" }, "total_sale_dollars": 8978.920000000002 }, { "purchase_month": { "value": "2013-03-10" }, "total_sale_dollars": 11343.63 }, { "purchase_month": { "value": "2013-03-17" }, "total_sale_dollars": 10038.73 }, { "purchase_month": { "value": "2013-03-24" }, "total_sale_dollars": 22702.12000000001 }, { "purchase_month": { "value": "2013-03-31" }, "total_sale_dollars": 17117.79 }, { "purchase_month": { "value": "2013-04-07" }, "total_sale_dollars": 14004.840000000004 }, { "purchase_month": { "value": "2013-04-14" }, "total_sale_dollars": 12136.19 }, { "purchase_month": { "value": "2013-04-21" }, "total_sale_dollars": 12442 }, { "purchase_month": { "value": "2013-04-28" }, "total_sale_dollars": 16591.370000000003 }, { "purchase_month": { "value": "2013-05-05" }, "total_sale_dollars": 26541.67000000001 }, { "purchase_month": { "value": "2013-05-12" }, "total_sale_dollars": 11820.890000000005 }, { "purchase_month": { "value": "2013-05-19" }, "total_sale_dollars": 17188.9 }, { "purchase_month": { "value": "2013-05-26" }, "total_sale_dollars": 19697.020000000004 }, { "purchase_month": { "value": "2013-06-02" }, "total_sale_dollars": 19914.730000000003 }, { "purchase_month": { "value": "2013-06-09" }, "total_sale_dollars": 26593.78 }, { "purchase_month": { "value": "2013-06-16" }, "total_sale_dollars": 7295.130000000002 }, { "purchase_month": { "value": "2013-06-23" }, "total_sale_dollars": 34153.9 }, { "purchase_month": { "value": "2013-06-30" }, "total_sale_dollars": 22290.299999999996 }, { "purchase_month": { "value": "2013-07-07" }, "total_sale_dollars": 29104.190000000002 }, { "purchase_month": { "value": "2013-07-14" }, "total_sale_dollars": 26863.570000000003 }, { "purchase_month": { "value": "2013-07-21" }, "total_sale_dollars": 24489.360000000004 }, { "purchase_month": { "value": "2013-07-28" }, "total_sale_dollars": 29719.120000000003 }, { "purchase_month": { "value": "2013-08-04" }, "total_sale_dollars": 36119.42 }, { "purchase_month": { "value": "2013-08-11" }, "total_sale_dollars": 24783.69 }, { "purchase_month": { "value": "2013-08-18" }, "total_sale_dollars": 17669.63 }, { "purchase_month": { "value": "2013-08-25" }, "total_sale_dollars": 22504.759999999995 }, { "purchase_month": { "value": "2013-09-01" }, "total_sale_dollars": 31324.76 }, { "purchase_month": { "value": "2013-09-08" }, "total_sale_dollars": 34332.200000000004 }, { "purchase_month": { "value": "2013-09-15" }, "total_sale_dollars": 27988.120000000006 }, { "purchase_month": { "value": "2013-09-22" }, "total_sale_dollars": 34978.62000000001 }, { "purchase_month": { "value": "2013-09-29" }, "total_sale_dollars": 35924.25 }, { "purchase_month": { "value": "2013-10-06" }, "total_sale_dollars": 21041.300000000003 }, { "purchase_month": { "value": "2013-10-13" }, "total_sale_dollars": 24448.19000000001 }, { "purchase_month": { "value": "2013-10-20" }, "total_sale_dollars": 17104.56 }, { "purchase_month": { "value": "2013-10-27" }, "total_sale_dollars": 20197.109999999997 }, { "purchase_month": { "value": "2013-11-03" }, "total_sale_dollars": 30576.52 }, { "purchase_month": { "value": "2013-11-10" }, "total_sale_dollars": 26725.51999999999 }, { "purchase_month": { "value": "2013-11-17" }, "total_sale_dollars": 40069.44000000001 }, { "purchase_month": { "value": "2013-11-24" }, "total_sale_dollars": 17065.800000000003 }, { "purchase_month": { "value": "2013-12-01" }, "total_sale_dollars": 22517.139999999992 }, { "purchase_month": { "value": "2013-12-08" }, "total_sale_dollars": 37681.84 }, { "purchase_month": { "value": "2013-12-15" }, "total_sale_dollars": 35852.619999999995 }, { "purchase_month": { "value": "2013-12-22" }, "total_sale_dollars": 29817.120000000003 }, { "purchase_month": { "value": "2013-12-29" }, "total_sale_dollars": 11341.380000000001 }, { "purchase_month": { "value": "2014-01-05" }, "total_sale_dollars": 80034.96 }, { "purchase_month": { "value": "2014-01-12" }, "total_sale_dollars": 21943.639999999996 }, { "purchase_month": { "value": "2014-01-19" }, "total_sale_dollars": 22948.659999999996 }, { "purchase_month": { "value": "2014-01-26" }, "total_sale_dollars": 106728.27999999998 }, { "purchase_month": { "value": "2014-02-02" }, "total_sale_dollars": 50491.72 }, { "purchase_month": { "value": "2014-02-09" }, "total_sale_dollars": 19185.000000000007 }, { "purchase_month": { "value": "2014-02-16" }, "total_sale_dollars": 40700.41000000001 }, { "purchase_month": { "value": "2014-02-23" }, "total_sale_dollars": 25657.250000000004 }, { "purchase_month": { "value": "2014-03-02" }, "total_sale_dollars": 21989.789999999997 }, { "purchase_month": { "value": "2014-03-09" }, "total_sale_dollars": 34158.67 }, { "purchase_month": { "value": "2014-03-16" }, "total_sale_dollars": 24188.52 }, { "purchase_month": { "value": "2014-03-23" }, "total_sale_dollars": 22057.379999999997 }, { "purchase_month": { "value": "2014-03-30" }, "total_sale_dollars": 32232.400000000005 }, { "purchase_month": { "value": "2014-04-06" }, "total_sale_dollars": 41767.869999999995 }, { "purchase_month": { "value": "2014-04-13" }, "total_sale_dollars": 36395.700000000004 }, { "purchase_month": { "value": "2014-04-20" }, "total_sale_dollars": 24815.210000000003 }, { "purchase_month": { "value": "2014-04-27" }, "total_sale_dollars": 35082.880000000005 }, { "purchase_month": { "value": "2014-05-04" }, "total_sale_dollars": 41896.799999999996 }, { "purchase_month": { "value": "2014-05-11" }, "total_sale_dollars": 29137.35 }, { "purchase_month": { "value": "2014-05-18" }, "total_sale_dollars": 38182.479999999996 }, { "purchase_month": { "value": "2014-05-25" }, "total_sale_dollars": 22131.030000000002 }, { "purchase_month": { "value": "2014-06-01" }, "total_sale_dollars": 51417.969999999994 }, { "purchase_month": { "value": "2014-06-08" }, "total_sale_dollars": 46226.979999999996 }, { "purchase_month": { "value": "2014-06-15" }, "total_sale_dollars": 33827.49 }, { "purchase_month": { "value": "2014-06-22" }, "total_sale_dollars": 73068.39000000001 }, { "purchase_month": { "value": "2014-06-29" }, "total_sale_dollars": 35264.100000000006 }, { "purchase_month": { "value": "2014-07-06" }, "total_sale_dollars": 77750.52 }, { "purchase_month": { "value": "2014-07-13" }, "total_sale_dollars": 39884.27 }, { "purchase_month": { "value": "2014-07-20" }, "total_sale_dollars": 36385.740000000005 }, { "purchase_month": { "value": "2014-07-27" }, "total_sale_dollars": 51799.24 }, { "purchase_month": { "value": "2014-08-03" }, "total_sale_dollars": 38671.990000000005 }, { "purchase_month": { "value": "2014-08-10" }, "total_sale_dollars": 45581.09 }, { "purchase_month": { "value": "2014-08-17" }, "total_sale_dollars": 35276.33 }, { "purchase_month": { "value": "2014-08-24" }, "total_sale_dollars": 50065 }, { "purchase_month": { "value": "2014-08-31" }, "total_sale_dollars": 59156.310000000034 }, { "purchase_month": { "value": "2014-09-07" }, "total_sale_dollars": 73787.19999999998 }, { "purchase_month": { "value": "2014-09-14" }, "total_sale_dollars": 56059.17 }, { "purchase_month": { "value": "2014-09-21" }, "total_sale_dollars": 31909.87 }, { "purchase_month": { "value": "2014-09-28" }, "total_sale_dollars": 49395.249999999985 }, { "purchase_month": { "value": "2014-10-05" }, "total_sale_dollars": 41498.92999999998 }, { "purchase_month": { "value": "2014-10-12" }, "total_sale_dollars": 47614.31 }, { "purchase_month": { "value": "2014-10-19" }, "total_sale_dollars": 49523.72000000001 }, { "purchase_month": { "value": "2014-10-26" }, "total_sale_dollars": 59494.83 }, { "purchase_month": { "value": "2014-11-02" }, "total_sale_dollars": 49519.51 }, { "purchase_month": { "value": "2014-11-09" }, "total_sale_dollars": 30376.529999999995 }, { "purchase_month": { "value": "2014-11-16" }, "total_sale_dollars": 64872.55000000002 }, { "purchase_month": { "value": "2014-11-23" }, "total_sale_dollars": 16570.22 }, { "purchase_month": { "value": "2014-11-30" }, "total_sale_dollars": 71436.98000000001 }, { "purchase_month": { "value": "2014-12-07" }, "total_sale_dollars": 39736.63000000001 }, { "purchase_month": { "value": "2014-12-14" }, "total_sale_dollars": 71394.54999999999 }, { "purchase_month": { "value": "2014-12-21" }, "total_sale_dollars": 64008.539999999986 }, { "purchase_month": { "value": "2014-12-28" }, "total_sale_dollars": 34312.63999999999 }, { "purchase_month": { "value": "2015-01-04" }, "total_sale_dollars": 56510.28000000001 }, { "purchase_month": { "value": "2015-01-11" }, "total_sale_dollars": 49061.03000000001 }, { "purchase_month": { "value": "2015-01-18" }, "total_sale_dollars": 58401.72 }, { "purchase_month": { "value": "2015-01-25" }, "total_sale_dollars": 49161.62000000001 }, { "purchase_month": { "value": "2015-02-01" }, "total_sale_dollars": 97903.22999999998 }, { "purchase_month": { "value": "2015-02-08" }, "total_sale_dollars": 50371.23 }, { "purchase_month": { "value": "2015-02-15" }, "total_sale_dollars": 39561.17999999999 }, { "purchase_month": { "value": "2015-02-22" }, "total_sale_dollars": 38943.079999999994 }, { "purchase_month": { "value": "2015-03-01" }, "total_sale_dollars": 37950.26000000001 }, { "purchase_month": { "value": "2015-03-08" }, "total_sale_dollars": 72984.09 }, { "purchase_month": { "value": "2015-03-15" }, "total_sale_dollars": 47798.92 }, { "purchase_month": { "value": "2015-03-22" }, "total_sale_dollars": 58584.52 }, { "purchase_month": { "value": "2015-03-29" }, "total_sale_dollars": 56694.36000000001 }, { "purchase_month": { "value": "2015-04-05" }, "total_sale_dollars": 80418.55 }, { "purchase_month": { "value": "2015-04-12" }, "total_sale_dollars": 34427.30999999999 }, { "purchase_month": { "value": "2015-04-19" }, "total_sale_dollars": 46613.1 }, { "purchase_month": { "value": "2015-04-26" }, "total_sale_dollars": 69474.81999999998 }, { "purchase_month": { "value": "2015-05-03" }, "total_sale_dollars": 84215.22999999998 }, { "purchase_month": { "value": "2015-05-10" }, "total_sale_dollars": 74770.70999999999 }, { "purchase_month": { "value": "2015-05-17" }, "total_sale_dollars": 97438.71000000002 }, { "purchase_month": { "value": "2015-05-24" }, "total_sale_dollars": 47348.44 }, { "purchase_month": { "value": "2015-05-31" }, "total_sale_dollars": 87727.86000000002 }, { "purchase_month": { "value": "2015-06-07" }, "total_sale_dollars": 80448.23000000003 }, { "purchase_month": { "value": "2015-06-14" }, "total_sale_dollars": 91578.42000000001 }, { "purchase_month": { "value": "2015-06-21" }, "total_sale_dollars": 87946.87000000001 }, { "purchase_month": { "value": "2015-06-28" }, "total_sale_dollars": 58888.590000000004 }, { "purchase_month": { "value": "2015-07-05" }, "total_sale_dollars": 102026.74999999996 }, { "purchase_month": { "value": "2015-07-12" }, "total_sale_dollars": 104404.44000000002 }, { "purchase_month": { "value": "2015-07-19" }, "total_sale_dollars": 58473.939999999995 }, { "purchase_month": { "value": "2015-07-26" }, "total_sale_dollars": 95092.70999999998 }, { "purchase_month": { "value": "2015-08-02" }, "total_sale_dollars": 65669.79 }, { "purchase_month": { "value": "2015-08-09" }, "total_sale_dollars": 60474.399999999994 }, { "purchase_month": { "value": "2015-08-16" }, "total_sale_dollars": 84024.01999999996 }, { "purchase_month": { "value": "2015-08-23" }, "total_sale_dollars": 102036.77 }, { "purchase_month": { "value": "2015-08-30" }, "total_sale_dollars": 88313.45000000001 }, { "purchase_month": { "value": "2015-09-06" }, "total_sale_dollars": 124410.96 }, { "purchase_month": { "value": "2015-09-13" }, "total_sale_dollars": 81588.80999999997 }, { "purchase_month": { "value": "2015-09-20" }, "total_sale_dollars": 33736.96 }, { "purchase_month": { "value": "2015-09-27" }, "total_sale_dollars": 163644.31000000003 }, { "purchase_month": { "value": "2015-10-04" }, "total_sale_dollars": 19643.879999999997 }, { "purchase_month": { "value": "2015-10-11" }, "total_sale_dollars": 19817.879999999994 }, { "purchase_month": { "value": "2015-10-18" }, "total_sale_dollars": 196218.47 }, { "purchase_month": { "value": "2015-10-25" }, "total_sale_dollars": 68045.34999999999 }, { "purchase_month": { "value": "2015-11-01" }, "total_sale_dollars": 81782.7 }, { "purchase_month": { "value": "2015-11-08" }, "total_sale_dollars": 109423.81 }, { "purchase_month": { "value": "2015-11-15" }, "total_sale_dollars": 87111.83999999997 }, { "purchase_month": { "value": "2015-11-22" }, "total_sale_dollars": 30320.84 }, { "purchase_month": { "value": "2015-11-29" }, "total_sale_dollars": 114854.68000000004 }, { "purchase_month": { "value": "2015-12-06" }, "total_sale_dollars": 123975 }, { "purchase_month": { "value": "2015-12-13" }, "total_sale_dollars": 135709.86000000002 }, { "purchase_month": { "value": "2015-12-20" }, "total_sale_dollars": 78400.68000000002 }, { "purchase_month": { "value": "2015-12-27" }, "total_sale_dollars": 70712.95999999999 }, { "purchase_month": { "value": "2016-01-03" }, "total_sale_dollars": 80890.48000000001 }, { "purchase_month": { "value": "2016-01-10" }, "total_sale_dollars": 93546.29 }, { "purchase_month": { "value": "2016-01-17" }, "total_sale_dollars": 47578.840000000004 }, { "purchase_month": { "value": "2016-01-24" }, "total_sale_dollars": 115429.48 }, { "purchase_month": { "value": "2016-01-31" }, "total_sale_dollars": 112756.46999999999 }, { "purchase_month": { "value": "2016-02-07" }, "total_sale_dollars": 82968.23 }, { "purchase_month": { "value": "2016-02-14" }, "total_sale_dollars": 95338.8 }, { "purchase_month": { "value": "2016-02-21" }, "total_sale_dollars": 74390.84000000001 }, { "purchase_month": { "value": "2016-02-28" }, "total_sale_dollars": 74815.21 }, { "purchase_month": { "value": "2016-03-06" }, "total_sale_dollars": 81838.92000000001 }, { "purchase_month": { "value": "2016-03-13" }, "total_sale_dollars": 77393.97000000002 }, { "purchase_month": { "value": "2016-03-20" }, "total_sale_dollars": 73388.67 }, { "purchase_month": { "value": "2016-03-27" }, "total_sale_dollars": 64586.21000000001 }, { "purchase_month": { "value": "2016-04-03" }, "total_sale_dollars": 153176.02000000005 }, { "purchase_month": { "value": "2016-04-10" }, "total_sale_dollars": 124585.25000000003 }, { "purchase_month": { "value": "2016-04-17" }, "total_sale_dollars": 102778.24 }, { "purchase_month": { "value": "2016-04-24" }, "total_sale_dollars": 91431.69999999997 }, { "purchase_month": { "value": "2016-05-01" }, "total_sale_dollars": 95616.66999999998 }, { "purchase_month": { "value": "2016-05-08" }, "total_sale_dollars": 120420.03000000001 }, { "purchase_month": { "value": "2016-05-15" }, "total_sale_dollars": 104512.43000000002 }, { "purchase_month": { "value": "2016-05-22" }, "total_sale_dollars": 167123.96 }, { "purchase_month": { "value": "2016-05-29" }, "total_sale_dollars": 113773.57 }, { "purchase_month": { "value": "2016-06-05" }, "total_sale_dollars": 219945.67999999996 }, { "purchase_month": { "value": "2016-06-12" }, "total_sale_dollars": 160817.63000000003 }, { "purchase_month": { "value": "2016-06-19" }, "total_sale_dollars": 132732.16 }, { "purchase_month": { "value": "2016-06-26" }, "total_sale_dollars": 171181.68000000005 }, { "purchase_month": { "value": "2016-07-03" }, "total_sale_dollars": 139991.13 }, { "purchase_month": { "value": "2016-07-10" }, "total_sale_dollars": 192551.49000000002 }, { "purchase_month": { "value": "2016-07-17" }, "total_sale_dollars": 132231.27 }, { "purchase_month": { "value": "2016-07-24" }, "total_sale_dollars": 186251.82999999993 }, { "purchase_month": { "value": "2016-07-31" }, "total_sale_dollars": 109065.42000000003 }, { "purchase_month": { "value": "2016-08-07" }, "total_sale_dollars": 120164.64000000001 }, { "purchase_month": { "value": "2016-08-14" }, "total_sale_dollars": 132322.77000000005 }, { "purchase_month": { "value": "2016-08-21" }, "total_sale_dollars": 137768.36 }, { "purchase_month": { "value": "2016-08-28" }, "total_sale_dollars": 194251.40000000002 }, { "purchase_month": { "value": "2016-09-04" }, "total_sale_dollars": 217452.43 }, { "purchase_month": { "value": "2016-09-11" }, "total_sale_dollars": 236367.52000000008 }, { "purchase_month": { "value": "2016-09-18" }, "total_sale_dollars": 166984.58000000002 }, { "purchase_month": { "value": "2016-09-25" }, "total_sale_dollars": 214934.93000000002 }, { "purchase_month": { "value": "2016-10-02" }, "total_sale_dollars": 89620.47 }, { "purchase_month": { "value": "2016-10-09" }, "total_sale_dollars": 99586.34 }, { "purchase_month": { "value": "2016-10-16" }, "total_sale_dollars": 127869.91999999998 }, { "purchase_month": { "value": "2016-10-23" }, "total_sale_dollars": 105883.36 }, { "purchase_month": { "value": "2016-10-30" }, "total_sale_dollars": 150090.00000000006 }, { "purchase_month": { "value": "2016-11-06" }, "total_sale_dollars": 152488.10000000003 }, { "purchase_month": { "value": "2016-11-13" }, "total_sale_dollars": 167136.36 }, { "purchase_month": { "value": "2016-11-20" }, "total_sale_dollars": 84107.87 }, { "purchase_month": { "value": "2016-11-27" }, "total_sale_dollars": 192848.77000000002 }, { "purchase_month": { "value": "2016-12-04" }, "total_sale_dollars": 103509.22000000003 }, { "purchase_month": { "value": "2016-12-11" }, "total_sale_dollars": 136825.46000000002 }, { "purchase_month": { "value": "2016-12-18" }, "total_sale_dollars": 141472.49000000002 }, { "purchase_month": { "value": "2016-12-25" }, "total_sale_dollars": 151173.01000000007 }, { "purchase_month": { "value": "2017-01-01" }, "total_sale_dollars": 107462.32000000004 }, { "purchase_month": { "value": "2017-01-08" }, "total_sale_dollars": 110892.05999999998 }, { "purchase_month": { "value": "2017-01-15" }, "total_sale_dollars": 107346.06000000003 }, { "purchase_month": { "value": "2017-01-22" }, "total_sale_dollars": 64925.09000000001 }, { "purchase_month": { "value": "2017-01-29" }, "total_sale_dollars": 239713 }, { "purchase_month": { "value": "2017-02-05" }, "total_sale_dollars": 534698.3800000001 }, { "purchase_month": { "value": "2017-02-12" }, "total_sale_dollars": 189998.81 }, { "purchase_month": { "value": "2017-02-19" }, "total_sale_dollars": 183873.75999999998 }, { "purchase_month": { "value": "2017-02-26" }, "total_sale_dollars": 125301.34 }, { "purchase_month": { "value": "2017-03-05" }, "total_sale_dollars": 110897.73999999999 }, { "purchase_month": { "value": "2017-03-12" }, "total_sale_dollars": 99296.46999999999 }, { "purchase_month": { "value": "2017-03-19" }, "total_sale_dollars": 99851.2 }, { "purchase_month": { "value": "2017-03-26" }, "total_sale_dollars": 100757.54 }, { "purchase_month": { "value": "2017-04-02" }, "total_sale_dollars": 201192.55 }, { "purchase_month": { "value": "2017-04-09" }, "total_sale_dollars": 226669.77000000002 }, { "purchase_month": { "value": "2017-04-16" }, "total_sale_dollars": 147368.16 }, { "purchase_month": { "value": "2017-04-23" }, "total_sale_dollars": 170572.31 }, { "purchase_month": { "value": "2017-04-30" }, "total_sale_dollars": 126204.25000000004 }, { "purchase_month": { "value": "2017-05-07" }, "total_sale_dollars": 161646.06000000003 }, { "purchase_month": { "value": "2017-05-14" }, "total_sale_dollars": 211414.44000000006 }, { "purchase_month": { "value": "2017-05-21" }, "total_sale_dollars": 173826.59000000003 }, { "purchase_month": { "value": "2017-05-28" }, "total_sale_dollars": 171537.02 }, { "purchase_month": { "value": "2017-06-04" }, "total_sale_dollars": 327095.5200000001 }, { "purchase_month": { "value": "2017-06-11" }, "total_sale_dollars": 282327.69000000006 }, { "purchase_month": { "value": "2017-06-18" }, "total_sale_dollars": 152235.10000000003 }, { "purchase_month": { "value": "2017-06-25" }, "total_sale_dollars": 309457.29 }, { "purchase_month": { "value": "2017-07-02" }, "total_sale_dollars": 241247.46000000002 }, { "purchase_month": { "value": "2017-07-09" }, "total_sale_dollars": 152103.25000000003 }, { "purchase_month": { "value": "2017-07-16" }, "total_sale_dollars": 321849.48000000004 }, { "purchase_month": { "value": "2017-07-23" }, "total_sale_dollars": 315180.57 }, { "purchase_month": { "value": "2017-07-30" }, "total_sale_dollars": 204524.59999999998 }, { "purchase_month": { "value": "2017-08-06" }, "total_sale_dollars": 195098.85 }, { "purchase_month": { "value": "2017-08-13" }, "total_sale_dollars": 184212.78999999998 }, { "purchase_month": { "value": "2017-08-20" }, "total_sale_dollars": 197359.49000000002 }, { "purchase_month": { "value": "2017-08-27" }, "total_sale_dollars": 279620.69 }, { "purchase_month": { "value": "2017-09-03" }, "total_sale_dollars": 273876.27999999997 }, { "purchase_month": { "value": "2017-09-10" }, "total_sale_dollars": 396082.59000000014 }, { "purchase_month": { "value": "2017-09-17" }, "total_sale_dollars": 278294.24000000005 }, { "purchase_month": { "value": "2017-09-24" }, "total_sale_dollars": 292405.52000000014 }, { "purchase_month": { "value": "2017-10-01" }, "total_sale_dollars": 139900.93 }, { "purchase_month": { "value": "2017-10-08" }, "total_sale_dollars": 155519.83 }, { "purchase_month": { "value": "2017-10-15" }, "total_sale_dollars": 177650.05000000002 }, { "purchase_month": { "value": "2017-10-22" }, "total_sale_dollars": 184054.77000000002 }, { "purchase_month": { "value": "2017-10-29" }, "total_sale_dollars": 282315.53 }, { "purchase_month": { "value": "2017-11-05" }, "total_sale_dollars": 293834.58 }, { "purchase_month": { "value": "2017-11-12" }, "total_sale_dollars": 267542.79000000004 }, { "purchase_month": { "value": "2017-11-19" }, "total_sale_dollars": 132380.98 }, { "purchase_month": { "value": "2017-11-26" }, "total_sale_dollars": 509334.10999999987 }, { "purchase_month": { "value": "2017-12-03" }, "total_sale_dollars": 185603.47 }, { "purchase_month": { "value": "2017-12-10" }, "total_sale_dollars": 146903.14 }, { "purchase_month": { "value": "2017-12-17" }, "total_sale_dollars": 249814.14999999997 }, { "purchase_month": { "value": "2017-12-24" }, "total_sale_dollars": 164112.46000000005 }, { "purchase_month": { "value": "2017-12-31" }, "total_sale_dollars": 121446.00000000001 }, { "purchase_month": { "value": "2018-01-07" }, "total_sale_dollars": 211458.87 }, { "purchase_month": { "value": "2018-01-14" }, "total_sale_dollars": 164439.58 }, { "purchase_month": { "value": "2018-01-21" }, "total_sale_dollars": 196585.69999999998 }, { "purchase_month": { "value": "2018-01-28" }, "total_sale_dollars": 282284.8599999999 }, { "purchase_month": { "value": "2018-02-04" }, "total_sale_dollars": 319682.68 }, { "purchase_month": { "value": "2018-02-11" }, "total_sale_dollars": 178727.86000000002 }, { "purchase_month": { "value": "2018-02-18" }, "total_sale_dollars": 146038.38999999998 }, { "purchase_month": { "value": "2018-02-25" }, "total_sale_dollars": 310034.83999999997 }, { "purchase_month": { "value": "2018-03-04" }, "total_sale_dollars": 176696.39000000004 }, { "purchase_month": { "value": "2018-03-11" }, "total_sale_dollars": 159571.69000000003 }, { "purchase_month": { "value": "2018-03-18" }, "total_sale_dollars": 178215.16 }, { "purchase_month": { "value": "2018-03-25" }, "total_sale_dollars": 154964.31000000003 }, { "purchase_month": { "value": "2018-04-01" }, "total_sale_dollars": 392651.6100000001 }, { "purchase_month": { "value": "2018-04-08" }, "total_sale_dollars": 256003.33000000002 }, { "purchase_month": { "value": "2018-04-15" }, "total_sale_dollars": 258629.02000000005 }, { "purchase_month": { "value": "2018-04-22" }, "total_sale_dollars": 319676.99999999994 }, { "purchase_month": { "value": "2018-04-29" }, "total_sale_dollars": 272718.22 }, { "purchase_month": { "value": "2018-05-06" }, "total_sale_dollars": 224511.25999999998 }, { "purchase_month": { "value": "2018-05-13" }, "total_sale_dollars": 248257.93999999994 }, { "purchase_month": { "value": "2018-05-20" }, "total_sale_dollars": 374632.93000000005 }, { "purchase_month": { "value": "2018-05-27" }, "total_sale_dollars": 231912.72 }, { "purchase_month": { "value": "2018-06-03" }, "total_sale_dollars": 462075.43999999994 }, { "purchase_month": { "value": "2018-06-10" }, "total_sale_dollars": 242999.51 }, { "purchase_month": { "value": "2018-06-17" }, "total_sale_dollars": 387296.56000000006 }, { "purchase_month": { "value": "2018-06-24" }, "total_sale_dollars": 437434.2400000001 }, { "purchase_month": { "value": "2018-07-01" }, "total_sale_dollars": 322723.12 }, { "purchase_month": { "value": "2018-07-08" }, "total_sale_dollars": 458097.3300000001 }, { "purchase_month": { "value": "2018-07-15" }, "total_sale_dollars": 294911.05999999994 }, { "purchase_month": { "value": "2018-07-22" }, "total_sale_dollars": 499831.89999999997 }, { "purchase_month": { "value": "2018-07-29" }, "total_sale_dollars": 385946.19000000006 }, { "purchase_month": { "value": "2018-08-05" }, "total_sale_dollars": 245530.25000000003 }, { "purchase_month": { "value": "2018-08-12" }, "total_sale_dollars": 270903.2100000001 }, { "purchase_month": { "value": "2018-08-19" }, "total_sale_dollars": 246162.2700000001 }, { "purchase_month": { "value": "2018-08-26" }, "total_sale_dollars": 339881.8899999999 }, { "purchase_month": { "value": "2018-09-02" }, "total_sale_dollars": 357720.66000000003 }, { "purchase_month": { "value": "2018-09-09" }, "total_sale_dollars": 357522.24000000005 }, { "purchase_month": { "value": "2018-09-16" }, "total_sale_dollars": 267830.25 }, { "purchase_month": { "value": "2018-09-23" }, "total_sale_dollars": 431637.4999999999 }, { "purchase_month": { "value": "2018-09-30" }, "total_sale_dollars": 240476.05 }, { "purchase_month": { "value": "2018-10-07" }, "total_sale_dollars": 218262.42000000004 }, { "purchase_month": { "value": "2018-10-14" }, "total_sale_dollars": 225524.84000000003 }, { "purchase_month": { "value": "2018-10-21" }, "total_sale_dollars": 251832.04000000004 }, { "purchase_month": { "value": "2018-10-28" }, "total_sale_dollars": 254565.88 }, { "purchase_month": { "value": "2018-11-04" }, "total_sale_dollars": 401295.6400000001 }, { "purchase_month": { "value": "2018-11-11" }, "total_sale_dollars": 447837.2000000001 }, { "purchase_month": { "value": "2018-11-18" }, "total_sale_dollars": 171664.28000000003 }, { "purchase_month": { "value": "2018-11-25" }, "total_sale_dollars": 586642.22 }, { "purchase_month": { "value": "2018-12-02" }, "total_sale_dollars": 191100.08000000002 }, { "purchase_month": { "value": "2018-12-09" }, "total_sale_dollars": 252339.96000000005 }, { "purchase_month": { "value": "2018-12-16" }, "total_sale_dollars": 313074.01000000007 }, { "purchase_month": { "value": "2018-12-23" }, "total_sale_dollars": 248614.66999999998 }, { "purchase_month": { "value": "2018-12-30" }, "total_sale_dollars": 273623.77 }, { "purchase_month": { "value": "2019-01-06" }, "total_sale_dollars": 253460.77999999997 }, { "purchase_month": { "value": "2019-01-13" }, "total_sale_dollars": 217828.08999999997 }, { "purchase_month": { "value": "2019-01-20" }, "total_sale_dollars": 191949.94999999995 }, { "purchase_month": { "value": "2019-01-27" }, "total_sale_dollars": 270533.11 }, { "purchase_month": { "value": "2019-02-03" }, "total_sale_dollars": 310408.13000000006 }, { "purchase_month": { "value": "2019-02-10" }, "total_sale_dollars": 274738.21 }, { "purchase_month": { "value": "2019-02-17" }, "total_sale_dollars": 246687.49000000005 }, { "purchase_month": { "value": "2019-02-24" }, "total_sale_dollars": 316445.49000000005 }, { "purchase_month": { "value": "2019-03-03" }, "total_sale_dollars": 275645.46 }, { "purchase_month": { "value": "2019-03-10" }, "total_sale_dollars": 250177.94999999998 }, { "purchase_month": { "value": "2019-03-17" }, "total_sale_dollars": 239383.80000000002 }, { "purchase_month": { "value": "2019-03-24" }, "total_sale_dollars": 228989.1 }, { "purchase_month": { "value": "2019-03-31" }, "total_sale_dollars": 283467.77 }, { "purchase_month": { "value": "2019-04-07" }, "total_sale_dollars": 292520.76 }, { "purchase_month": { "value": "2019-04-14" }, "total_sale_dollars": 324636.82999999996 }, { "purchase_month": { "value": "2019-04-21" }, "total_sale_dollars": 431267.42000000004 }, { "purchase_month": { "value": "2019-04-28" }, "total_sale_dollars": 340177.84 }, { "purchase_month": { "value": "2019-05-05" }, "total_sale_dollars": 374416.43 }, { "purchase_month": { "value": "2019-05-12" }, "total_sale_dollars": 402882.38000000006 }, { "purchase_month": { "value": "2019-05-19" }, "total_sale_dollars": 373904.31000000006 }, { "purchase_month": { "value": "2019-05-26" }, "total_sale_dollars": 363843.94000000006 }, { "purchase_month": { "value": "2019-06-02" }, "total_sale_dollars": 432977.11 }, { "purchase_month": { "value": "2019-06-09" }, "total_sale_dollars": 423992.16000000003 }, { "purchase_month": { "value": "2019-06-16" }, "total_sale_dollars": 349238.73000000016 }, { "purchase_month": { "value": "2019-06-23" }, "total_sale_dollars": 610410.9800000001 }, { "purchase_month": { "value": "2019-06-30" }, "total_sale_dollars": 347310.49000000005 }, { "purchase_month": { "value": "2019-07-07" }, "total_sale_dollars": 310343.03 }, { "purchase_month": { "value": "2019-07-14" }, "total_sale_dollars": 341916.27 }, { "purchase_month": { "value": "2019-07-21" }, "total_sale_dollars": 390708.7300000001 }, { "purchase_month": { "value": "2019-07-28" }, "total_sale_dollars": 603399.96 }, { "purchase_month": { "value": "2019-08-04" }, "total_sale_dollars": 477755.1800000001 }, { "purchase_month": { "value": "2019-08-11" }, "total_sale_dollars": 405717.05000000016 }, { "purchase_month": { "value": "2019-08-18" }, "total_sale_dollars": 348158.08000000013 }, { "purchase_month": { "value": "2019-08-25" }, "total_sale_dollars": 507989.2400000001 }, { "purchase_month": { "value": "2019-09-01" }, "total_sale_dollars": 329040.1200000001 }, { "purchase_month": { "value": "2019-09-08" }, "total_sale_dollars": 299278.5200000001 }, { "purchase_month": { "value": "2019-09-15" }, "total_sale_dollars": 315570.84 }, { "purchase_month": { "value": "2019-09-22" }, "total_sale_dollars": 423795.55000000005 }, { "purchase_month": { "value": "2019-09-29" }, "total_sale_dollars": 293379.14 }, { "purchase_month": { "value": "2019-10-06" }, "total_sale_dollars": 317597.48000000004 }, { "purchase_month": { "value": "2019-10-13" }, "total_sale_dollars": 361312.51000000007 }, { "purchase_month": { "value": "2019-10-20" }, "total_sale_dollars": 269301.3000000001 }, { "purchase_month": { "value": "2019-10-27" }, "total_sale_dollars": 328309.8100000001 }, { "purchase_month": { "value": "2019-11-03" }, "total_sale_dollars": 354381.75000000006 }, { "purchase_month": { "value": "2019-11-10" }, "total_sale_dollars": 535131.2200000003 }, { "purchase_month": { "value": "2019-11-17" }, "total_sale_dollars": 331882.75000000006 }, { "purchase_month": { "value": "2019-11-24" }, "total_sale_dollars": 275215.63 }, { "purchase_month": { "value": "2019-12-01" }, "total_sale_dollars": 288165.56000000006 }, { "purchase_month": { "value": "2019-12-08" }, "total_sale_dollars": 328821.2900000001 }, { "purchase_month": { "value": "2019-12-15" }, "total_sale_dollars": 394831.1100000001 }, { "purchase_month": { "value": "2019-12-22" }, "total_sale_dollars": 407958.1100000001 }, { "purchase_month": { "value": "2019-12-29" }, "total_sale_dollars": 270466.43 }, { "purchase_month": { "value": "2020-01-05" }, "total_sale_dollars": 278447.5300000001 }, { "purchase_month": { "value": "2020-01-12" }, "total_sale_dollars": 240521.41000000006 }, { "purchase_month": { "value": "2020-01-19" }, "total_sale_dollars": 332381.78 }, { "purchase_month": { "value": "2020-01-26" }, "total_sale_dollars": 291686.5200000001 }, { "purchase_month": { "value": "2020-02-02" }, "total_sale_dollars": 407718.2700000001 }, { "purchase_month": { "value": "2020-02-09" }, "total_sale_dollars": 322037.81000000006 }, { "purchase_month": { "value": "2020-02-16" }, "total_sale_dollars": 408217.3400000001 }, { "purchase_month": { "value": "2020-02-23" }, "total_sale_dollars": 419336.63 }, { "purchase_month": { "value": "2020-03-01" }, "total_sale_dollars": 306954.04000000004 }, { "purchase_month": { "value": "2020-03-08" }, "total_sale_dollars": 312799.13000000006 }, { "purchase_month": { "value": "2020-03-15" }, "total_sale_dollars": 403380.28 }, { "purchase_month": { "value": "2020-03-22" }, "total_sale_dollars": 322953.75 }, { "purchase_month": { "value": "2020-03-29" }, "total_sale_dollars": 279775.35000000003 }, { "purchase_month": { "value": "2020-04-05" }, "total_sale_dollars": 601817.5999999997 }, { "purchase_month": { "value": "2020-04-12" }, "total_sale_dollars": 318202.47000000003 }, { "purchase_month": { "value": "2020-04-19" }, "total_sale_dollars": 342771.9599999999 }, { "purchase_month": { "value": "2020-04-26" }, "total_sale_dollars": 343486.73 }, { "purchase_month": { "value": "2020-05-03" }, "total_sale_dollars": 573106.2200000001 }, { "purchase_month": { "value": "2020-05-10" }, "total_sale_dollars": 520582.84 }, { "purchase_month": { "value": "2020-05-17" }, "total_sale_dollars": 415876.3600000001 }, { "purchase_month": { "value": "2020-05-24" }, "total_sale_dollars": 528224.87 }, { "purchase_month": { "value": "2020-05-31" }, "total_sale_dollars": 326341.97 }, { "purchase_month": { "value": "2020-06-07" }, "total_sale_dollars": 435539.63000000006 }, { "purchase_month": { "value": "2020-06-14" }, "total_sale_dollars": 594673.7100000001 }, { "purchase_month": { "value": "2020-06-21" }, "total_sale_dollars": 628956.5000000002 }, { "purchase_month": { "value": "2020-06-28" }, "total_sale_dollars": 580878.74 }, { "purchase_month": { "value": "2020-07-05" }, "total_sale_dollars": 381741.2899999999 }, { "purchase_month": { "value": "2020-07-12" }, "total_sale_dollars": 347782.48000000004 }, { "purchase_month": { "value": "2020-07-19" }, "total_sale_dollars": 374135.04000000004 }, { "purchase_month": { "value": "2020-07-26" }, "total_sale_dollars": 487223.72000000003 }, { "purchase_month": { "value": "2020-08-02" }, "total_sale_dollars": 814673.0400000002 }, { "purchase_month": { "value": "2020-08-09" }, "total_sale_dollars": 476564.23 }, { "purchase_month": { "value": "2020-08-16" }, "total_sale_dollars": 502197.26 }, { "purchase_month": { "value": "2020-08-23" }, "total_sale_dollars": 700935.9099999998 }, { "purchase_month": { "value": "2020-08-30" }, "total_sale_dollars": 487966.4100000002 }, { "purchase_month": { "value": "2020-09-06" }, "total_sale_dollars": 394918.71 }, { "purchase_month": { "value": "2020-09-13" }, "total_sale_dollars": 692011.4 }, { "purchase_month": { "value": "2020-09-20" }, "total_sale_dollars": 1057360.7600000002 }, { "purchase_month": { "value": "2020-09-27" }, "total_sale_dollars": 479528.98 }, { "purchase_month": { "value": "2020-10-04" }, "total_sale_dollars": 1032597.8200000001 }, { "purchase_month": { "value": "2020-10-11" }, "total_sale_dollars": 359408.16000000003 }, { "purchase_month": { "value": "2020-10-18" }, "total_sale_dollars": 283111.7 }, { "purchase_month": { "value": "2020-10-25" }, "total_sale_dollars": 413884.51 }, { "purchase_month": { "value": "2020-11-01" }, "total_sale_dollars": 323623.20000000007 }, { "purchase_month": { "value": "2020-11-08" }, "total_sale_dollars": 253425.38000000003 }, { "purchase_month": { "value": "2020-11-15" }, "total_sale_dollars": 908536.0099999999 }, { "purchase_month": { "value": "2020-11-22" }, "total_sale_dollars": 228336.78000000003 }, { "purchase_month": { "value": "2020-11-29" }, "total_sale_dollars": 260715.45999999996 }, { "purchase_month": { "value": "2020-12-06" }, "total_sale_dollars": 297915.94000000006 }, { "purchase_month": { "value": "2020-12-13" }, "total_sale_dollars": 409277.16 }, { "purchase_month": { "value": "2020-12-20" }, "total_sale_dollars": 407353.8300000001 }, { "purchase_month": { "value": "2020-12-27" }, "total_sale_dollars": 318935.58999999985 }, { "purchase_month": { "value": "2021-01-03" }, "total_sale_dollars": 395235.38 }, { "purchase_month": { "value": "2021-01-10" }, "total_sale_dollars": 304543.61 }, { "purchase_month": { "value": "2021-01-17" }, "total_sale_dollars": 333025.1600000002 }, { "purchase_month": { "value": "2021-01-24" }, "total_sale_dollars": 353291.23 }, { "purchase_month": { "value": "2021-01-31" }, "total_sale_dollars": 501186.63000000006 }, { "purchase_month": { "value": "2021-02-07" }, "total_sale_dollars": 374531.1700000001 }, { "purchase_month": { "value": "2021-02-14" }, "total_sale_dollars": 336111.24999999994 }, { "purchase_month": { "value": "2021-02-21" }, "total_sale_dollars": 460818.94 }, { "purchase_month": { "value": "2021-02-28" }, "total_sale_dollars": 339669.69000000006 }, { "purchase_month": { "value": "2021-03-07" }, "total_sale_dollars": 424218.09 }, { "purchase_month": { "value": "2021-03-14" }, "total_sale_dollars": 388670.66 }, { "purchase_month": { "value": "2021-03-21" }, "total_sale_dollars": 368995.75999999995 }, { "purchase_month": { "value": "2021-03-28" }, "total_sale_dollars": 363324.15000000014 }, { "purchase_month": { "value": "2021-04-04" }, "total_sale_dollars": 428857.98000000004 }, { "purchase_month": { "value": "2021-04-11" }, "total_sale_dollars": 385498.15 }, { "purchase_month": { "value": "2021-04-18" }, "total_sale_dollars": 628556.7000000001 }, { "purchase_month": { "value": "2021-04-25" }, "total_sale_dollars": 420052.7299999999 }, { "purchase_month": { "value": "2021-05-02" }, "total_sale_dollars": 715173.9500000001 }, { "purchase_month": { "value": "2021-05-09" }, "total_sale_dollars": 474222.61 }, { "purchase_month": { "value": "2021-05-16" }, "total_sale_dollars": 592457.1500000001 }, { "purchase_month": { "value": "2021-05-23" }, "total_sale_dollars": 529982.3300000001 }, { "purchase_month": { "value": "2021-05-30" }, "total_sale_dollars": 517075.1799999998 }, { "purchase_month": { "value": "2021-06-06" }, "total_sale_dollars": 460784.8599999999 }, { "purchase_month": { "value": "2021-06-13" }, "total_sale_dollars": 712960.4500000002 }, { "purchase_month": { "value": "2021-06-20" }, "total_sale_dollars": 634445.4400000001 }, { "purchase_month": { "value": "2021-06-27" }, "total_sale_dollars": 637790.98 }, { "purchase_month": { "value": "2021-07-04" }, "total_sale_dollars": 711829.51 }, { "purchase_month": { "value": "2021-07-11" }, "total_sale_dollars": 411437.87 }, { "purchase_month": { "value": "2021-07-18" }, "total_sale_dollars": 429693.47 }, { "purchase_month": { "value": "2021-07-25" }, "total_sale_dollars": 443000.67 }, { "purchase_month": { "value": "2021-08-01" }, "total_sale_dollars": 757821.4800000001 }, { "purchase_month": { "value": "2021-08-08" }, "total_sale_dollars": 568790.31 }, { "purchase_month": { "value": "2021-08-15" }, "total_sale_dollars": 766946.7000000002 }, { "purchase_month": { "value": "2021-08-22" }, "total_sale_dollars": 1033341.8800000002 }, { "purchase_month": { "value": "2021-08-29" }, "total_sale_dollars": 582175.5300000001 }, { "purchase_month": { "value": "2021-09-05" }, "total_sale_dollars": 399941.81999999995 }, { "purchase_month": { "value": "2021-09-12" }, "total_sale_dollars": 398733.85000000003 }, { "purchase_month": { "value": "2021-09-19" }, "total_sale_dollars": 343994.22 }, { "purchase_month": { "value": "2021-09-26" }, "total_sale_dollars": 362752.73000000016 }, { "purchase_month": { "value": "2021-10-03" }, "total_sale_dollars": 670952.78 }, { "purchase_month": { "value": "2021-10-10" }, "total_sale_dollars": 820969.1799999999 }, { "purchase_month": { "value": "2021-10-17" }, "total_sale_dollars": 382308.20000000007 }, { "purchase_month": { "value": "2021-10-24" }, "total_sale_dollars": 336627.04999999993 }, { "purchase_month": { "value": "2021-10-31" }, "total_sale_dollars": 420061.10000000003 }, { "purchase_month": { "value": "2021-11-07" }, "total_sale_dollars": 580656.3899999999 }, { "purchase_month": { "value": "2021-11-14" }, "total_sale_dollars": 1169586.9999999998 }, { "purchase_month": { "value": "2021-11-21" }, "total_sale_dollars": 351531.99000000005 }, { "purchase_month": { "value": "2021-11-28" }, "total_sale_dollars": 372815.00000000006 }, { "purchase_month": { "value": "2021-12-05" }, "total_sale_dollars": 411534.70999999996 }, { "purchase_month": { "value": "2021-12-12" }, "total_sale_dollars": 366086.70999999996 }, { "purchase_month": { "value": "2021-12-19" }, "total_sale_dollars": 417339.19999999984 }, { "purchase_month": { "value": "2021-12-26" }, "total_sale_dollars": 383126.51999999996 }, { "purchase_month": { "value": "2022-01-02" }, "total_sale_dollars": 709751.8799999998 }, { "purchase_month": { "value": "2022-01-09" }, "total_sale_dollars": 295578.26000000007 }, { "purchase_month": { "value": "2022-01-16" }, "total_sale_dollars": 293764.07000000007 }, { "purchase_month": { "value": "2022-01-23" }, "total_sale_dollars": 333374.6 }, { "purchase_month": { "value": "2022-01-30" }, "total_sale_dollars": 44334.549999999996 } ], "top_sellers_by_revenue": [ { "vendor_name": "FIFTH GENERATION INC", "item_description": "Titos Handmade Vodka", "total_sale_dollars": 103322665.86000337, "total_bottles": 5411147, "avg_price_per_100ml": 1.8960354871108132 }, { "vendor_name": "FIFTH GENERATION INC", "item_description": "Titos Vodka", "total_sale_dollars": 4866101.399999983, "total_bottles": 334610, "avg_price_per_100ml": 1.9301075699873056 }, { "vendor_name": "FIFTH GENERATION INC", "item_description": "Titos Handmade Vodka Mini", "total_sale_dollars": 959232.0000000023, "total_bottles": 49432, "avg_price_per_100ml": 39.53480067723564 }, { "vendor_name": "FIFTH GENERATION INC", "item_description": "Titos Handmade Mini", "total_sale_dollars": 471644.60000000027, "total_bottles": 24602, "avg_price_per_100ml": 6.3299964633068075 } ], "most_expensive_products": [ { "vendor_name": "FIFTH GENERATION INC", "item_description": "Titos Handmade Vodka Mini", "total_sale_dollars": 959232.000000002, "total_bottles": 49432, "avg_price_per_100ml": 39.534800677235644 }, { "vendor_name": "FIFTH GENERATION INC", "item_description": "Titos Handmade Mini", "total_sale_dollars": 471644.6000000002, "total_bottles": 24602, "avg_price_per_100ml": 6.329996463306808 }, { "vendor_name": "FIFTH GENERATION INC", "item_description": "Titos Vodka", "total_sale_dollars": 4866101.399999985, "total_bottles": 334610, "avg_price_per_100ml": 1.9301075699873054 }, { "vendor_name": "FIFTH GENERATION INC", "item_description": "Titos Handmade Vodka", "total_sale_dollars": 103322665.86000337, "total_bottles": 5411147, "avg_price_per_100ml": 1.8960354871108134 } ] }, { "vendor_name": "Diageo Americas", "total_sale_dollars": 100830656.26999798, "by_month": [ { "purchase_month": { "value": "2012-01-01" }, "total_sale_dollars": 120211.75 }, { "purchase_month": { "value": "2012-01-08" }, "total_sale_dollars": 145696.27999999997 }, { "purchase_month": { "value": "2012-01-15" }, "total_sale_dollars": 178991.09 }, { "purchase_month": { "value": "2012-01-22" }, "total_sale_dollars": 198290.24000000002 }, { "purchase_month": { "value": "2012-01-29" }, "total_sale_dollars": 199675.30999999997 }, { "purchase_month": { "value": "2012-02-05" }, "total_sale_dollars": 184886.09999999998 }, { "purchase_month": { "value": "2012-02-12" }, "total_sale_dollars": 170926.92000000004 }, { "purchase_month": { "value": "2012-02-19" }, "total_sale_dollars": 221957.57 }, { "purchase_month": { "value": "2012-02-26" }, "total_sale_dollars": 184013.52000000002 }, { "purchase_month": { "value": "2012-03-04" }, "total_sale_dollars": 216996.74000000002 }, { "purchase_month": { "value": "2012-03-11" }, "total_sale_dollars": 198270.10999999993 }, { "purchase_month": { "value": "2012-03-18" }, "total_sale_dollars": 205198.18000000002 }, { "purchase_month": { "value": "2012-03-25" }, "total_sale_dollars": 204795.66 }, { "purchase_month": { "value": "2012-04-01" }, "total_sale_dollars": 207066.97 }, { "purchase_month": { "value": "2012-04-08" }, "total_sale_dollars": 190911.64000000004 }, { "purchase_month": { "value": "2012-04-15" }, "total_sale_dollars": 226054.52999999994 }, { "purchase_month": { "value": "2012-04-22" }, "total_sale_dollars": 231596.88999999998 }, { "purchase_month": { "value": "2012-04-29" }, "total_sale_dollars": 210583.69999999998 }, { "purchase_month": { "value": "2012-05-06" }, "total_sale_dollars": 224913.14999999997 }, { "purchase_month": { "value": "2012-05-13" }, "total_sale_dollars": 227904.86000000002 }, { "purchase_month": { "value": "2012-05-20" }, "total_sale_dollars": 319820.8799999998 }, { "purchase_month": { "value": "2012-05-27" }, "total_sale_dollars": 182984.78999999998 }, { "purchase_month": { "value": "2012-06-03" }, "total_sale_dollars": 291860.99999999994 }, { "purchase_month": { "value": "2012-06-10" }, "total_sale_dollars": 349107.4099999999 }, { "purchase_month": { "value": "2012-06-17" }, "total_sale_dollars": 293418.01999999996 }, { "purchase_month": { "value": "2012-06-24" }, "total_sale_dollars": 333042.1199999998 }, { "purchase_month": { "value": "2012-07-01" }, "total_sale_dollars": 231841.72999999995 }, { "purchase_month": { "value": "2012-07-08" }, "total_sale_dollars": 245901.00000000003 }, { "purchase_month": { "value": "2012-07-15" }, "total_sale_dollars": 239048.76999999993 }, { "purchase_month": { "value": "2012-07-22" }, "total_sale_dollars": 235555.98000000004 }, { "purchase_month": { "value": "2012-07-29" }, "total_sale_dollars": 238802.96999999997 }, { "purchase_month": { "value": "2012-08-05" }, "total_sale_dollars": 250139.84000000003 }, { "purchase_month": { "value": "2012-08-12" }, "total_sale_dollars": 230844.84999999995 }, { "purchase_month": { "value": "2012-08-19" }, "total_sale_dollars": 240344.5599999999 }, { "purchase_month": { "value": "2012-08-26" }, "total_sale_dollars": 316549.17999999993 }, { "purchase_month": { "value": "2012-09-02" }, "total_sale_dollars": 251164.87000000002 }, { "purchase_month": { "value": "2012-09-09" }, "total_sale_dollars": 351059.50999999983 }, { "purchase_month": { "value": "2012-09-16" }, "total_sale_dollars": 243641.3399999999 }, { "purchase_month": { "value": "2012-09-23" }, "total_sale_dollars": 228168.04000000004 }, { "purchase_month": { "value": "2012-09-30" }, "total_sale_dollars": 270441.4499999999 }, { "purchase_month": { "value": "2012-10-07" }, "total_sale_dollars": 258432.58999999994 }, { "purchase_month": { "value": "2012-10-14" }, "total_sale_dollars": 315548.37999999995 }, { "purchase_month": { "value": "2012-10-21" }, "total_sale_dollars": 288347.7799999999 }, { "purchase_month": { "value": "2012-10-28" }, "total_sale_dollars": 190826.78000000003 }, { "purchase_month": { "value": "2012-11-04" }, "total_sale_dollars": 212570.78999999995 }, { "purchase_month": { "value": "2012-11-11" }, "total_sale_dollars": 272884.4399999999 }, { "purchase_month": { "value": "2012-11-18" }, "total_sale_dollars": 114524.77000000003 }, { "purchase_month": { "value": "2012-11-25" }, "total_sale_dollars": 258994.48999999996 }, { "purchase_month": { "value": "2012-12-02" }, "total_sale_dollars": 194422.35 }, { "purchase_month": { "value": "2012-12-09" }, "total_sale_dollars": 267484.17 }, { "purchase_month": { "value": "2012-12-16" }, "total_sale_dollars": 289874.7899999999 }, { "purchase_month": { "value": "2012-12-23" }, "total_sale_dollars": 261920.04999999987 }, { "purchase_month": { "value": "2012-12-30" }, "total_sale_dollars": 150829.06 }, { "purchase_month": { "value": "2013-01-06" }, "total_sale_dollars": 208166.06 }, { "purchase_month": { "value": "2013-01-13" }, "total_sale_dollars": 180561.46000000005 }, { "purchase_month": { "value": "2013-01-20" }, "total_sale_dollars": 181806.41 }, { "purchase_month": { "value": "2013-01-27" }, "total_sale_dollars": 208371.03999999998 }, { "purchase_month": { "value": "2013-02-03" }, "total_sale_dollars": 205873.36 }, { "purchase_month": { "value": "2013-02-10" }, "total_sale_dollars": 233603.01999999996 }, { "purchase_month": { "value": "2013-02-17" }, "total_sale_dollars": 181546.42999999996 }, { "purchase_month": { "value": "2013-02-24" }, "total_sale_dollars": 189517.91 }, { "purchase_month": { "value": "2013-03-03" }, "total_sale_dollars": 205658.65000000005 }, { "purchase_month": { "value": "2013-03-10" }, "total_sale_dollars": 242779.36000000004 }, { "purchase_month": { "value": "2013-03-17" }, "total_sale_dollars": 199200.55 }, { "purchase_month": { "value": "2013-03-24" }, "total_sale_dollars": 199315 }, { "purchase_month": { "value": "2013-03-31" }, "total_sale_dollars": 202059.64 }, { "purchase_month": { "value": "2013-04-07" }, "total_sale_dollars": 306781.72000000003 }, { "purchase_month": { "value": "2013-04-14" }, "total_sale_dollars": 221321.32999999993 }, { "purchase_month": { "value": "2013-04-21" }, "total_sale_dollars": 271408.22 }, { "purchase_month": { "value": "2013-04-28" }, "total_sale_dollars": 225894.28999999995 }, { "purchase_month": { "value": "2013-05-05" }, "total_sale_dollars": 216246.69999999992 }, { "purchase_month": { "value": "2013-05-12" }, "total_sale_dollars": 218377.1899999999 }, { "purchase_month": { "value": "2013-05-19" }, "total_sale_dollars": 258169.69999999987 }, { "purchase_month": { "value": "2013-05-26" }, "total_sale_dollars": 256093.86999999985 }, { "purchase_month": { "value": "2013-06-02" }, "total_sale_dollars": 220917.29999999987 }, { "purchase_month": { "value": "2013-06-09" }, "total_sale_dollars": 364751.2799999999 }, { "purchase_month": { "value": "2013-06-16" }, "total_sale_dollars": 149745.13999999996 }, { "purchase_month": { "value": "2013-06-23" }, "total_sale_dollars": 326660.5199999998 }, { "purchase_month": { "value": "2013-06-30" }, "total_sale_dollars": 267566.2999999998 }, { "purchase_month": { "value": "2013-07-07" }, "total_sale_dollars": 261569.3199999998 }, { "purchase_month": { "value": "2013-07-14" }, "total_sale_dollars": 279220.29999999993 }, { "purchase_month": { "value": "2013-07-21" }, "total_sale_dollars": 294216.3099999998 }, { "purchase_month": { "value": "2013-07-28" }, "total_sale_dollars": 286668.1799999999 }, { "purchase_month": { "value": "2013-08-04" }, "total_sale_dollars": 263471.6499999999 }, { "purchase_month": { "value": "2013-08-11" }, "total_sale_dollars": 242242.2499999999 }, { "purchase_month": { "value": "2013-08-18" }, "total_sale_dollars": 298252.5499999999 }, { "purchase_month": { "value": "2013-08-25" }, "total_sale_dollars": 300452.5699999999 }, { "purchase_month": { "value": "2013-09-01" }, "total_sale_dollars": 259065.48999999987 }, { "purchase_month": { "value": "2013-09-08" }, "total_sale_dollars": 247897.86999999994 }, { "purchase_month": { "value": "2013-09-15" }, "total_sale_dollars": 213910.16999999995 }, { "purchase_month": { "value": "2013-09-22" }, "total_sale_dollars": 223146.39999999985 }, { "purchase_month": { "value": "2013-09-29" }, "total_sale_dollars": 370266.44999999995 }, { "purchase_month": { "value": "2013-10-06" }, "total_sale_dollars": 397041.51999999996 }, { "purchase_month": { "value": "2013-10-13" }, "total_sale_dollars": 320564.9399999998 }, { "purchase_month": { "value": "2013-10-20" }, "total_sale_dollars": 196730.29999999996 }, { "purchase_month": { "value": "2013-10-27" }, "total_sale_dollars": 263816.1099999999 }, { "purchase_month": { "value": "2013-11-03" }, "total_sale_dollars": 209662.91999999995 }, { "purchase_month": { "value": "2013-11-10" }, "total_sale_dollars": 238922.82999999996 }, { "purchase_month": { "value": "2013-11-17" }, "total_sale_dollars": 244168.38999999984 }, { "purchase_month": { "value": "2013-11-24" }, "total_sale_dollars": 102289.94999999998 }, { "purchase_month": { "value": "2013-12-01" }, "total_sale_dollars": 362492.53999999986 }, { "purchase_month": { "value": "2013-12-08" }, "total_sale_dollars": 288174.74 }, { "purchase_month": { "value": "2013-12-15" }, "total_sale_dollars": 338723.4199999998 }, { "purchase_month": { "value": "2013-12-22" }, "total_sale_dollars": 238754.0699999999 }, { "purchase_month": { "value": "2013-12-29" }, "total_sale_dollars": 106153.31999999998 }, { "purchase_month": { "value": "2014-01-05" }, "total_sale_dollars": 259729.91999999993 }, { "purchase_month": { "value": "2014-01-12" }, "total_sale_dollars": 220219.88999999996 }, { "purchase_month": { "value": "2014-01-19" }, "total_sale_dollars": 188385.13999999998 }, { "purchase_month": { "value": "2014-01-26" }, "total_sale_dollars": 234159.93 }, { "purchase_month": { "value": "2014-02-02" }, "total_sale_dollars": 196903.97999999992 }, { "purchase_month": { "value": "2014-02-09" }, "total_sale_dollars": 286065.66 }, { "purchase_month": { "value": "2014-02-16" }, "total_sale_dollars": 197291.64999999997 }, { "purchase_month": { "value": "2014-02-23" }, "total_sale_dollars": 223145.61999999997 }, { "purchase_month": { "value": "2014-03-02" }, "total_sale_dollars": 213494.94999999995 }, { "purchase_month": { "value": "2014-03-09" }, "total_sale_dollars": 206542.27999999997 }, { "purchase_month": { "value": "2014-03-16" }, "total_sale_dollars": 222697.3099999999 }, { "purchase_month": { "value": "2014-03-23" }, "total_sale_dollars": 184662.42999999993 }, { "purchase_month": { "value": "2014-03-30" }, "total_sale_dollars": 272732.16 }, { "purchase_month": { "value": "2014-04-06" }, "total_sale_dollars": 320388.8099999999 }, { "purchase_month": { "value": "2014-04-13" }, "total_sale_dollars": 241385.2299999999 }, { "purchase_month": { "value": "2014-04-20" }, "total_sale_dollars": 256495.4599999999 }, { "purchase_month": { "value": "2014-04-27" }, "total_sale_dollars": 267688.8899999999 }, { "purchase_month": { "value": "2014-05-04" }, "total_sale_dollars": 221348.33999999997 }, { "purchase_month": { "value": "2014-05-11" }, "total_sale_dollars": 225887.35999999984 }, { "purchase_month": { "value": "2014-05-18" }, "total_sale_dollars": 286154.53999999986 }, { "purchase_month": { "value": "2014-05-25" }, "total_sale_dollars": 169720.02000000002 }, { "purchase_month": { "value": "2014-06-01" }, "total_sale_dollars": 304012.83999999997 }, { "purchase_month": { "value": "2014-06-08" }, "total_sale_dollars": 324934.84999999986 }, { "purchase_month": { "value": "2014-06-15" }, "total_sale_dollars": 264096.71999999986 }, { "purchase_month": { "value": "2014-06-22" }, "total_sale_dollars": 487960.7899999999 }, { "purchase_month": { "value": "2014-06-29" }, "total_sale_dollars": 170331.26999999996 }, { "purchase_month": { "value": "2014-07-06" }, "total_sale_dollars": 272781.7399999999 }, { "purchase_month": { "value": "2014-07-13" }, "total_sale_dollars": 271729.13999999984 }, { "purchase_month": { "value": "2014-07-20" }, "total_sale_dollars": 247954.16999999984 }, { "purchase_month": { "value": "2014-07-27" }, "total_sale_dollars": 248352.41999999998 }, { "purchase_month": { "value": "2014-08-03" }, "total_sale_dollars": 248274.98000000013 }, { "purchase_month": { "value": "2014-08-10" }, "total_sale_dollars": 243492.58000000007 }, { "purchase_month": { "value": "2014-08-17" }, "total_sale_dollars": 217728.15000000014 }, { "purchase_month": { "value": "2014-08-24" }, "total_sale_dollars": 334044.76000000007 }, { "purchase_month": { "value": "2014-08-31" }, "total_sale_dollars": 257450.14000000004 }, { "purchase_month": { "value": "2014-09-07" }, "total_sale_dollars": 308517.55999999994 }, { "purchase_month": { "value": "2014-09-14" }, "total_sale_dollars": 270676.31999999995 }, { "purchase_month": { "value": "2014-09-21" }, "total_sale_dollars": 258635.30000000002 }, { "purchase_month": { "value": "2014-09-28" }, "total_sale_dollars": 299896.92000000004 }, { "purchase_month": { "value": "2014-10-05" }, "total_sale_dollars": 255739.5200000001 }, { "purchase_month": { "value": "2014-10-12" }, "total_sale_dollars": 375394.72000000003 }, { "purchase_month": { "value": "2014-10-19" }, "total_sale_dollars": 234104.3300000001 }, { "purchase_month": { "value": "2014-10-26" }, "total_sale_dollars": 271611.7600000001 }, { "purchase_month": { "value": "2014-11-02" }, "total_sale_dollars": 265148.06000000006 }, { "purchase_month": { "value": "2014-11-09" }, "total_sale_dollars": 162120.14 }, { "purchase_month": { "value": "2014-11-16" }, "total_sale_dollars": 334411.48000000004 }, { "purchase_month": { "value": "2014-11-23" }, "total_sale_dollars": 99737.74000000002 }, { "purchase_month": { "value": "2014-11-30" }, "total_sale_dollars": 269758.74000000005 }, { "purchase_month": { "value": "2014-12-07" }, "total_sale_dollars": 335063.6300000001 }, { "purchase_month": { "value": "2014-12-14" }, "total_sale_dollars": 329299.65000000014 }, { "purchase_month": { "value": "2014-12-21" }, "total_sale_dollars": 235541.97000000012 }, { "purchase_month": { "value": "2014-12-28" }, "total_sale_dollars": 146800.44 }, { "purchase_month": { "value": "2015-01-04" }, "total_sale_dollars": 268866.96000000014 }, { "purchase_month": { "value": "2015-01-11" }, "total_sale_dollars": 243621.41000000003 }, { "purchase_month": { "value": "2015-01-18" }, "total_sale_dollars": 170092.86 }, { "purchase_month": { "value": "2015-01-25" }, "total_sale_dollars": 239081.60000000003 }, { "purchase_month": { "value": "2015-02-01" }, "total_sale_dollars": 213005.61000000007 }, { "purchase_month": { "value": "2015-02-08" }, "total_sale_dollars": 198877.92000000007 }, { "purchase_month": { "value": "2015-02-15" }, "total_sale_dollars": 226507.88000000003 }, { "purchase_month": { "value": "2015-02-22" }, "total_sale_dollars": 208254.89 }, { "purchase_month": { "value": "2015-03-01" }, "total_sale_dollars": 248438.0300000001 }, { "purchase_month": { "value": "2015-03-08" }, "total_sale_dollars": 231581.75000000006 }, { "purchase_month": { "value": "2015-03-15" }, "total_sale_dollars": 289884.22000000003 }, { "purchase_month": { "value": "2015-03-22" }, "total_sale_dollars": 244355.1100000001 }, { "purchase_month": { "value": "2015-03-29" }, "total_sale_dollars": 245870.33000000007 }, { "purchase_month": { "value": "2015-04-05" }, "total_sale_dollars": 234995.89999999997 }, { "purchase_month": { "value": "2015-04-12" }, "total_sale_dollars": 221867.14 }, { "purchase_month": { "value": "2015-04-19" }, "total_sale_dollars": 230744.44000000003 }, { "purchase_month": { "value": "2015-04-26" }, "total_sale_dollars": 265243.7600000001 }, { "purchase_month": { "value": "2015-05-03" }, "total_sale_dollars": 270014.8000000001 }, { "purchase_month": { "value": "2015-05-10" }, "total_sale_dollars": 264576.8600000001 }, { "purchase_month": { "value": "2015-05-17" }, "total_sale_dollars": 408102.23000000004 }, { "purchase_month": { "value": "2015-05-24" }, "total_sale_dollars": 228900.14000000004 }, { "purchase_month": { "value": "2015-05-31" }, "total_sale_dollars": 312798.8500000001 }, { "purchase_month": { "value": "2015-06-07" }, "total_sale_dollars": 250728.22000000006 }, { "purchase_month": { "value": "2015-06-14" }, "total_sale_dollars": 338441.42000000004 }, { "purchase_month": { "value": "2015-06-21" }, "total_sale_dollars": 407396.9500000001 }, { "purchase_month": { "value": "2015-06-28" }, "total_sale_dollars": 233863.59000000008 }, { "purchase_month": { "value": "2015-07-05" }, "total_sale_dollars": 290295.87000000017 }, { "purchase_month": { "value": "2015-07-12" }, "total_sale_dollars": 285014.02000000014 }, { "purchase_month": { "value": "2015-07-19" }, "total_sale_dollars": 270665.49000000005 }, { "purchase_month": { "value": "2015-07-26" }, "total_sale_dollars": 321224.42000000016 }, { "purchase_month": { "value": "2015-08-02" }, "total_sale_dollars": 304587.8800000001 }, { "purchase_month": { "value": "2015-08-09" }, "total_sale_dollars": 223906.69000000012 }, { "purchase_month": { "value": "2015-08-16" }, "total_sale_dollars": 258681.46000000014 }, { "purchase_month": { "value": "2015-08-23" }, "total_sale_dollars": 278748.99000000017 }, { "purchase_month": { "value": "2015-08-30" }, "total_sale_dollars": 351824.28000000014 }, { "purchase_month": { "value": "2015-09-06" }, "total_sale_dollars": 200984.02999999997 }, { "purchase_month": { "value": "2015-09-13" }, "total_sale_dollars": 250275.88000000015 }, { "purchase_month": { "value": "2015-09-20" }, "total_sale_dollars": 239665.37000000005 }, { "purchase_month": { "value": "2015-09-27" }, "total_sale_dollars": 317590.8500000001 }, { "purchase_month": { "value": "2015-10-04" }, "total_sale_dollars": 254442.8500000001 }, { "purchase_month": { "value": "2015-10-11" }, "total_sale_dollars": 278624.45000000007 }, { "purchase_month": { "value": "2015-10-18" }, "total_sale_dollars": 246797.25999999998 }, { "purchase_month": { "value": "2015-10-25" }, "total_sale_dollars": 243203.71000000005 }, { "purchase_month": { "value": "2015-11-01" }, "total_sale_dollars": 229243.05000000008 }, { "purchase_month": { "value": "2015-11-08" }, "total_sale_dollars": 223821.59 }, { "purchase_month": { "value": "2015-11-15" }, "total_sale_dollars": 404748.56 }, { "purchase_month": { "value": "2015-11-22" }, "total_sale_dollars": 103161.85999999999 }, { "purchase_month": { "value": "2015-11-29" }, "total_sale_dollars": 316150.72000000015 }, { "purchase_month": { "value": "2015-12-06" }, "total_sale_dollars": 390047.57000000007 }, { "purchase_month": { "value": "2015-12-13" }, "total_sale_dollars": 336753.2500000001 }, { "purchase_month": { "value": "2015-12-20" }, "total_sale_dollars": 297013.85000000015 }, { "purchase_month": { "value": "2015-12-27" }, "total_sale_dollars": 192006.16000000003 }, { "purchase_month": { "value": "2016-01-03" }, "total_sale_dollars": 283980.6100000001 }, { "purchase_month": { "value": "2016-01-10" }, "total_sale_dollars": 257821.88000000012 }, { "purchase_month": { "value": "2016-01-17" }, "total_sale_dollars": 166813.11999999997 }, { "purchase_month": { "value": "2016-01-24" }, "total_sale_dollars": 265247.4500000001 }, { "purchase_month": { "value": "2016-01-31" }, "total_sale_dollars": 255149.12000000008 }, { "purchase_month": { "value": "2016-02-07" }, "total_sale_dollars": 238734.3800000001 }, { "purchase_month": { "value": "2016-02-14" }, "total_sale_dollars": 224490.2900000001 }, { "purchase_month": { "value": "2016-02-21" }, "total_sale_dollars": 202839.45000000007 }, { "purchase_month": { "value": "2016-02-28" }, "total_sale_dollars": 215056.33000000002 }, { "purchase_month": { "value": "2016-03-06" }, "total_sale_dollars": 285874.53000000014 }, { "purchase_month": { "value": "2016-03-13" }, "total_sale_dollars": 162229.98000000004 }, { "purchase_month": { "value": "2016-03-20" }, "total_sale_dollars": 210992.0700000001 }, { "purchase_month": { "value": "2016-03-27" }, "total_sale_dollars": 233394.6000000001 }, { "purchase_month": { "value": "2016-04-03" }, "total_sale_dollars": 263621.20000000007 }, { "purchase_month": { "value": "2016-04-10" }, "total_sale_dollars": 273008.0900000001 }, { "purchase_month": { "value": "2016-04-17" }, "total_sale_dollars": 229024.97 }, { "purchase_month": { "value": "2016-04-24" }, "total_sale_dollars": 259808.21000000008 }, { "purchase_month": { "value": "2016-05-01" }, "total_sale_dollars": 330636.24999999994 }, { "purchase_month": { "value": "2016-05-08" }, "total_sale_dollars": 292925.88 }, { "purchase_month": { "value": "2016-05-15" }, "total_sale_dollars": 304079.4900000001 }, { "purchase_month": { "value": "2016-05-22" }, "total_sale_dollars": 356624.3400000002 }, { "purchase_month": { "value": "2016-05-29" }, "total_sale_dollars": 187407.89000000007 }, { "purchase_month": { "value": "2016-06-05" }, "total_sale_dollars": 328141.6000000001 }, { "purchase_month": { "value": "2016-06-12" }, "total_sale_dollars": 287124.7100000001 }, { "purchase_month": { "value": "2016-06-19" }, "total_sale_dollars": 315934.39000000013 }, { "purchase_month": { "value": "2016-06-26" }, "total_sale_dollars": 405472.4600000001 }, { "purchase_month": { "value": "2016-07-03" }, "total_sale_dollars": 212606.51 }, { "purchase_month": { "value": "2016-07-10" }, "total_sale_dollars": 304890.39 }, { "purchase_month": { "value": "2016-07-17" }, "total_sale_dollars": 287893.75 }, { "purchase_month": { "value": "2016-07-24" }, "total_sale_dollars": 332316.3800000001 }, { "purchase_month": { "value": "2016-07-31" }, "total_sale_dollars": 259569.68000000014 }, { "purchase_month": { "value": "2016-08-07" }, "total_sale_dollars": 348903.6600000001 }, { "purchase_month": { "value": "2016-08-14" }, "total_sale_dollars": 257788.83000000007 }, { "purchase_month": { "value": "2016-08-21" }, "total_sale_dollars": 244011.92000000013 }, { "purchase_month": { "value": "2016-08-28" }, "total_sale_dollars": 279837.2600000001 }, { "purchase_month": { "value": "2016-09-04" }, "total_sale_dollars": 228105.87000000002 }, { "purchase_month": { "value": "2016-09-11" }, "total_sale_dollars": 309036.09 }, { "purchase_month": { "value": "2016-09-18" }, "total_sale_dollars": 278166.7 }, { "purchase_month": { "value": "2016-09-25" }, "total_sale_dollars": 255651.20000000007 }, { "purchase_month": { "value": "2016-10-02" }, "total_sale_dollars": 10371.050000000001 }, { "purchase_month": { "value": "2016-10-09" }, "total_sale_dollars": 3371.0600000000004 }, { "purchase_month": { "value": "2016-10-16" }, "total_sale_dollars": 3382.21 }, { "purchase_month": { "value": "2016-10-23" }, "total_sale_dollars": 2339.9599999999996 }, { "purchase_month": { "value": "2016-10-30" }, "total_sale_dollars": 4137.570000000001 }, { "purchase_month": { "value": "2016-11-06" }, "total_sale_dollars": 3114.3400000000015 }, { "purchase_month": { "value": "2016-11-13" }, "total_sale_dollars": 6828.8600000000015 }, { "purchase_month": { "value": "2016-11-20" }, "total_sale_dollars": 773.47 }, { "purchase_month": { "value": "2016-11-27" }, "total_sale_dollars": 2428.1600000000003 }, { "purchase_month": { "value": "2016-12-04" }, "total_sale_dollars": 2111.63 }, { "purchase_month": { "value": "2016-12-11" }, "total_sale_dollars": 7015.63 }, { "purchase_month": { "value": "2016-12-18" }, "total_sale_dollars": 4258.790000000001 }, { "purchase_month": { "value": "2016-12-25" }, "total_sale_dollars": 1729.52 }, { "purchase_month": { "value": "2017-01-01" }, "total_sale_dollars": 1409.62 }, { "purchase_month": { "value": "2017-01-08" }, "total_sale_dollars": 2483.28 }, { "purchase_month": { "value": "2017-01-15" }, "total_sale_dollars": 1095.1899999999998 }, { "purchase_month": { "value": "2017-01-22" }, "total_sale_dollars": 934.2800000000001 }, { "purchase_month": { "value": "2017-01-29" }, "total_sale_dollars": 1168.17 }, { "purchase_month": { "value": "2017-02-05" }, "total_sale_dollars": 2406.1699999999996 }, { "purchase_month": { "value": "2017-02-12" }, "total_sale_dollars": 1484.77 }, { "purchase_month": { "value": "2017-02-19" }, "total_sale_dollars": 1535.3999999999999 }, { "purchase_month": { "value": "2017-02-26" }, "total_sale_dollars": 2922.3299999999995 }, { "purchase_month": { "value": "2017-03-05" }, "total_sale_dollars": 1283.4099999999999 }, { "purchase_month": { "value": "2017-03-12" }, "total_sale_dollars": 90119.48 }, { "purchase_month": { "value": "2017-03-19" }, "total_sale_dollars": 197408.51 }, { "purchase_month": { "value": "2017-03-26" }, "total_sale_dollars": 210577.84000000008 }, { "purchase_month": { "value": "2017-04-02" }, "total_sale_dollars": 232950.45000000013 }, { "purchase_month": { "value": "2017-04-09" }, "total_sale_dollars": 270504.0700000001 }, { "purchase_month": { "value": "2017-04-16" }, "total_sale_dollars": 216629.40000000005 }, { "purchase_month": { "value": "2017-04-23" }, "total_sale_dollars": 210855.3800000001 }, { "purchase_month": { "value": "2017-04-30" }, "total_sale_dollars": 319971.54000000004 }, { "purchase_month": { "value": "2017-05-07" }, "total_sale_dollars": 346566.54000000015 }, { "purchase_month": { "value": "2017-05-14" }, "total_sale_dollars": 305643.4600000001 }, { "purchase_month": { "value": "2017-05-21" }, "total_sale_dollars": 340920.23000000016 }, { "purchase_month": { "value": "2017-05-28" }, "total_sale_dollars": 253328.9400000001 }, { "purchase_month": { "value": "2017-06-04" }, "total_sale_dollars": 287599.5600000001 }, { "purchase_month": { "value": "2017-06-11" }, "total_sale_dollars": 283142.6000000001 }, { "purchase_month": { "value": "2017-06-18" }, "total_sale_dollars": 264526.2300000001 }, { "purchase_month": { "value": "2017-06-25" }, "total_sale_dollars": 310275.5900000001 }, { "purchase_month": { "value": "2017-07-02" }, "total_sale_dollars": 261193.23000000016 }, { "purchase_month": { "value": "2017-07-09" }, "total_sale_dollars": 306231.47000000003 }, { "purchase_month": { "value": "2017-07-16" }, "total_sale_dollars": 270497.6500000001 }, { "purchase_month": { "value": "2017-07-23" }, "total_sale_dollars": 260113.70000000007 }, { "purchase_month": { "value": "2017-07-30" }, "total_sale_dollars": 240409.46000000005 }, { "purchase_month": { "value": "2017-08-06" }, "total_sale_dollars": 241168.42000000004 }, { "purchase_month": { "value": "2017-08-13" }, "total_sale_dollars": 273379.67000000004 }, { "purchase_month": { "value": "2017-08-20" }, "total_sale_dollars": 244071.65000000002 }, { "purchase_month": { "value": "2017-08-27" }, "total_sale_dollars": 269725.84000000014 }, { "purchase_month": { "value": "2017-09-03" }, "total_sale_dollars": 282593.68000000005 }, { "purchase_month": { "value": "2017-09-10" }, "total_sale_dollars": 417055.75000000006 }, { "purchase_month": { "value": "2017-09-17" }, "total_sale_dollars": 243103.7500000001 }, { "purchase_month": { "value": "2017-09-24" }, "total_sale_dollars": 243729.48000000007 }, { "purchase_month": { "value": "2017-10-01" }, "total_sale_dollars": 307090.13 }, { "purchase_month": { "value": "2017-10-08" }, "total_sale_dollars": 297607.72 }, { "purchase_month": { "value": "2017-10-15" }, "total_sale_dollars": 275044.09 }, { "purchase_month": { "value": "2017-10-22" }, "total_sale_dollars": 261682.22000000003 }, { "purchase_month": { "value": "2017-10-29" }, "total_sale_dollars": 168794.43000000002 }, { "purchase_month": { "value": "2017-11-05" }, "total_sale_dollars": 214479.83000000007 }, { "purchase_month": { "value": "2017-11-12" }, "total_sale_dollars": 270366.10000000003 }, { "purchase_month": { "value": "2017-11-19" }, "total_sale_dollars": 136712.91000000003 }, { "purchase_month": { "value": "2017-11-26" }, "total_sale_dollars": 238155.6400000001 }, { "purchase_month": { "value": "2017-12-03" }, "total_sale_dollars": 379692.3499999999 }, { "purchase_month": { "value": "2017-12-10" }, "total_sale_dollars": 416858.99000000005 }, { "purchase_month": { "value": "2017-12-17" }, "total_sale_dollars": 330492.33 }, { "purchase_month": { "value": "2017-12-24" }, "total_sale_dollars": 133496.09000000003 }, { "purchase_month": { "value": "2017-12-31" }, "total_sale_dollars": 958.4099999999999 }, { "purchase_month": { "value": "2018-01-07" }, "total_sale_dollars": 4111.49 }, { "purchase_month": { "value": "2018-01-14" }, "total_sale_dollars": 878.3299999999999 }, { "purchase_month": { "value": "2018-01-21" }, "total_sale_dollars": 5292.85 }, { "purchase_month": { "value": "2018-01-28" }, "total_sale_dollars": 824.3599999999999 }, { "purchase_month": { "value": "2018-02-04" }, "total_sale_dollars": 1317.61 }, { "purchase_month": { "value": "2018-02-11" }, "total_sale_dollars": 751.2 }, { "purchase_month": { "value": "2018-02-18" }, "total_sale_dollars": 768.4899999999999 }, { "purchase_month": { "value": "2018-02-25" }, "total_sale_dollars": 1588.1100000000001 }, { "purchase_month": { "value": "2018-03-04" }, "total_sale_dollars": 1219.8799999999999 }, { "purchase_month": { "value": "2018-03-11" }, "total_sale_dollars": 1221.19 }, { "purchase_month": { "value": "2018-03-18" }, "total_sale_dollars": 1012.7299999999999 }, { "purchase_month": { "value": "2018-03-25" }, "total_sale_dollars": 1557.6200000000003 }, { "purchase_month": { "value": "2018-04-01" }, "total_sale_dollars": 1593.03 }, { "purchase_month": { "value": "2018-04-08" }, "total_sale_dollars": 1779.8400000000001 }, { "purchase_month": { "value": "2018-04-15" }, "total_sale_dollars": 1673.4799999999998 }, { "purchase_month": { "value": "2018-04-22" }, "total_sale_dollars": 990.7199999999999 }, { "purchase_month": { "value": "2018-04-29" }, "total_sale_dollars": 788.4299999999998 }, { "purchase_month": { "value": "2018-05-06" }, "total_sale_dollars": 4288.81 }, { "purchase_month": { "value": "2018-05-13" }, "total_sale_dollars": 1596.42 }, { "purchase_month": { "value": "2018-05-20" }, "total_sale_dollars": 1018.3799999999999 }, { "purchase_month": { "value": "2018-05-27" }, "total_sale_dollars": 866.9099999999999 }, { "purchase_month": { "value": "2018-06-03" }, "total_sale_dollars": 70317.98 }, { "purchase_month": { "value": "2018-06-10" }, "total_sale_dollars": 357775.69000000006 }, { "purchase_month": { "value": "2018-06-17" }, "total_sale_dollars": 229953.77000000014 }, { "purchase_month": { "value": "2018-06-24" }, "total_sale_dollars": 385888.23000000004 }, { "purchase_month": { "value": "2018-07-01" }, "total_sale_dollars": 165010.1 }, { "purchase_month": { "value": "2018-07-08" }, "total_sale_dollars": 281494.49000000017 }, { "purchase_month": { "value": "2018-07-15" }, "total_sale_dollars": 234483.70000000004 }, { "purchase_month": { "value": "2018-07-22" }, "total_sale_dollars": 242801.16000000012 }, { "purchase_month": { "value": "2018-07-29" }, "total_sale_dollars": 107480.35000000003 }, { "purchase_month": { "value": "2018-08-05" }, "total_sale_dollars": 7033.450000000001 }, { "purchase_month": { "value": "2018-08-12" }, "total_sale_dollars": 498.34000000000003 }, { "purchase_month": { "value": "2018-08-19" }, "total_sale_dollars": 1108.01 }, { "purchase_month": { "value": "2018-08-26" }, "total_sale_dollars": 1520.8400000000001 }, { "purchase_month": { "value": "2018-09-02" }, "total_sale_dollars": 198795.0300000001 }, { "purchase_month": { "value": "2018-09-09" }, "total_sale_dollars": 234111.99000000008 }, { "purchase_month": { "value": "2018-09-16" }, "total_sale_dollars": 236284.1200000001 }, { "purchase_month": { "value": "2018-09-23" }, "total_sale_dollars": 199036.92 }, { "purchase_month": { "value": "2018-09-30" }, "total_sale_dollars": 364766.94000000006 }, { "purchase_month": { "value": "2018-10-07" }, "total_sale_dollars": 327643.8900000002 }, { "purchase_month": { "value": "2018-10-14" }, "total_sale_dollars": 341343.06000000006 }, { "purchase_month": { "value": "2018-10-21" }, "total_sale_dollars": 331643.2300000001 }, { "purchase_month": { "value": "2018-10-28" }, "total_sale_dollars": 240933.81000000008 }, { "purchase_month": { "value": "2018-11-04" }, "total_sale_dollars": 79689.92999999998 }, { "purchase_month": { "value": "2018-11-11" }, "total_sale_dollars": 1052.7 }, { "purchase_month": { "value": "2018-11-18" }, "total_sale_dollars": 1826.81 }, { "purchase_month": { "value": "2018-11-25" }, "total_sale_dollars": 1716.7599999999998 }, { "purchase_month": { "value": "2018-12-02" }, "total_sale_dollars": 7216.889999999999 }, { "purchase_month": { "value": "2018-12-09" }, "total_sale_dollars": 1331.23 }, { "purchase_month": { "value": "2018-12-16" }, "total_sale_dollars": 2397.9299999999994 }, { "purchase_month": { "value": "2018-12-23" }, "total_sale_dollars": 646.0699999999999 }, { "purchase_month": { "value": "2018-12-30" }, "total_sale_dollars": 2475 }, { "purchase_month": { "value": "2019-01-06" }, "total_sale_dollars": 1043.85 }, { "purchase_month": { "value": "2019-01-13" }, "total_sale_dollars": 984.8899999999999 }, { "purchase_month": { "value": "2019-01-20" }, "total_sale_dollars": 455.83000000000004 }, { "purchase_month": { "value": "2019-01-27" }, "total_sale_dollars": 330.02 }, { "purchase_month": { "value": "2019-02-03" }, "total_sale_dollars": 331.56 }, { "purchase_month": { "value": "2019-02-10" }, "total_sale_dollars": 1308.27 }, { "purchase_month": { "value": "2019-02-17" }, "total_sale_dollars": 1062.7 }, { "purchase_month": { "value": "2019-02-24" }, "total_sale_dollars": 26942.86 }, { "purchase_month": { "value": "2019-03-03" }, "total_sale_dollars": 304716.4900000001 }, { "purchase_month": { "value": "2019-03-10" }, "total_sale_dollars": 212509.86000000013 }, { "purchase_month": { "value": "2019-03-17" }, "total_sale_dollars": 205471.77000000005 }, { "purchase_month": { "value": "2019-03-24" }, "total_sale_dollars": 190835.94999999998 }, { "purchase_month": { "value": "2019-03-31" }, "total_sale_dollars": 192251.18000000002 }, { "purchase_month": { "value": "2019-04-07" }, "total_sale_dollars": 194596.42000000004 }, { "purchase_month": { "value": "2019-04-14" }, "total_sale_dollars": 213274.57000000007 }, { "purchase_month": { "value": "2019-04-21" }, "total_sale_dollars": 212998.34000000008 }, { "purchase_month": { "value": "2019-04-28" }, "total_sale_dollars": 243307.05000000002 }, { "purchase_month": { "value": "2019-05-05" }, "total_sale_dollars": 286066.66000000015 }, { "purchase_month": { "value": "2019-05-12" }, "total_sale_dollars": 311404.7000000001 }, { "purchase_month": { "value": "2019-05-19" }, "total_sale_dollars": 324707.68000000017 }, { "purchase_month": { "value": "2019-05-26" }, "total_sale_dollars": 301029.1900000002 }, { "purchase_month": { "value": "2019-06-02" }, "total_sale_dollars": 245325.42000000013 }, { "purchase_month": { "value": "2019-06-09" }, "total_sale_dollars": 234873.44000000012 }, { "purchase_month": { "value": "2019-06-16" }, "total_sale_dollars": 208979.34999999998 }, { "purchase_month": { "value": "2019-06-23" }, "total_sale_dollars": 264517.99000000017 }, { "purchase_month": { "value": "2019-06-30" }, "total_sale_dollars": 272278.2900000001 }, { "purchase_month": { "value": "2019-07-07" }, "total_sale_dollars": 275823.15000000014 }, { "purchase_month": { "value": "2019-07-14" }, "total_sale_dollars": 244362.33000000007 }, { "purchase_month": { "value": "2019-07-21" }, "total_sale_dollars": 242937.44000000006 }, { "purchase_month": { "value": "2019-07-28" }, "total_sale_dollars": 174656.64000000007 }, { "purchase_month": { "value": "2020-02-02" }, "total_sale_dollars": 195918.82 }, { "purchase_month": { "value": "2020-02-09" }, "total_sale_dollars": 168420.83000000007 }, { "purchase_month": { "value": "2020-02-16" }, "total_sale_dollars": 170752.56000000006 }, { "purchase_month": { "value": "2020-02-23" }, "total_sale_dollars": 235399.61000000004 }, { "purchase_month": { "value": "2020-03-01" }, "total_sale_dollars": 224901.6900000001 }, { "purchase_month": { "value": "2020-03-08" }, "total_sale_dollars": 225677.84000000005 }, { "purchase_month": { "value": "2020-03-15" }, "total_sale_dollars": 267327.5100000001 }, { "purchase_month": { "value": "2020-03-22" }, "total_sale_dollars": 206457.62000000008 }, { "purchase_month": { "value": "2020-03-29" }, "total_sale_dollars": 247171.91000000006 }, { "purchase_month": { "value": "2020-04-05" }, "total_sale_dollars": 315857.69999999995 }, { "purchase_month": { "value": "2020-04-12" }, "total_sale_dollars": 352272.67000000016 }, { "purchase_month": { "value": "2020-04-19" }, "total_sale_dollars": 306337.9900000001 }, { "purchase_month": { "value": "2020-04-26" }, "total_sale_dollars": 334131.4200000001 }, { "purchase_month": { "value": "2020-05-03" }, "total_sale_dollars": 205548.7 }, { "purchase_month": { "value": "2020-05-10" }, "total_sale_dollars": 222984.1100000001 }, { "purchase_month": { "value": "2020-05-17" }, "total_sale_dollars": 227759.43000000014 }, { "purchase_month": { "value": "2020-05-24" }, "total_sale_dollars": 242807.06000000014 }, { "purchase_month": { "value": "2020-05-31" }, "total_sale_dollars": 251647.5500000001 }, { "purchase_month": { "value": "2020-06-07" }, "total_sale_dollars": 233651.90000000005 }, { "purchase_month": { "value": "2020-06-14" }, "total_sale_dollars": 247090.20000000004 }, { "purchase_month": { "value": "2020-06-21" }, "total_sale_dollars": 268700.6900000002 }, { "purchase_month": { "value": "2020-06-28" }, "total_sale_dollars": 298792.9400000002 }, { "purchase_month": { "value": "2020-07-05" }, "total_sale_dollars": 246920.8600000001 }, { "purchase_month": { "value": "2020-07-12" }, "total_sale_dollars": 243115.43000000005 }, { "purchase_month": { "value": "2020-07-19" }, "total_sale_dollars": 250001.11000000004 }, { "purchase_month": { "value": "2020-07-26" }, "total_sale_dollars": 290025.2799999999 }, { "purchase_month": { "value": "2020-08-02" }, "total_sale_dollars": 193775.11000000004 }, { "purchase_month": { "value": "2020-08-09" }, "total_sale_dollars": 241974.04000000015 }, { "purchase_month": { "value": "2020-08-16" }, "total_sale_dollars": 257821.08000000007 }, { "purchase_month": { "value": "2020-08-23" }, "total_sale_dollars": 247170.5200000001 }, { "purchase_month": { "value": "2020-08-30" }, "total_sale_dollars": 258736.14000000007 }, { "purchase_month": { "value": "2020-09-06" }, "total_sale_dollars": 248640.99000000014 }, { "purchase_month": { "value": "2020-09-13" }, "total_sale_dollars": 245143.75000000003 }, { "purchase_month": { "value": "2020-09-20" }, "total_sale_dollars": 277122.71 }, { "purchase_month": { "value": "2020-09-27" }, "total_sale_dollars": 276882.87000000005 }, { "purchase_month": { "value": "2020-10-04" }, "total_sale_dollars": 244613.5400000001 }, { "purchase_month": { "value": "2020-10-11" }, "total_sale_dollars": 249263.1400000001 }, { "purchase_month": { "value": "2020-10-18" }, "total_sale_dollars": 229441.47000000006 }, { "purchase_month": { "value": "2020-10-25" }, "total_sale_dollars": 211850.7900000001 }, { "purchase_month": { "value": "2020-11-01" }, "total_sale_dollars": 216429.80000000002 }, { "purchase_month": { "value": "2020-11-08" }, "total_sale_dollars": 226378.3700000001 }, { "purchase_month": { "value": "2020-11-15" }, "total_sale_dollars": 193131.22000000003 }, { "purchase_month": { "value": "2020-11-22" }, "total_sale_dollars": 178019.80000000002 }, { "purchase_month": { "value": "2020-11-29" }, "total_sale_dollars": 36023.78 }, { "purchase_month": { "value": "2021-05-09" }, "total_sale_dollars": 131138.26000000004 }, { "purchase_month": { "value": "2021-05-16" }, "total_sale_dollars": 224247.8800000001 }, { "purchase_month": { "value": "2021-05-23" }, "total_sale_dollars": 262828.75000000006 }, { "purchase_month": { "value": "2021-05-30" }, "total_sale_dollars": 258196.76 }, { "purchase_month": { "value": "2021-06-06" }, "total_sale_dollars": 257975.52000000014 }, { "purchase_month": { "value": "2021-06-13" }, "total_sale_dollars": 231164.79000000007 }, { "purchase_month": { "value": "2021-06-20" }, "total_sale_dollars": 247288.3300000001 }, { "purchase_month": { "value": "2021-06-27" }, "total_sale_dollars": 298483.07000000007 }, { "purchase_month": { "value": "2021-07-04" }, "total_sale_dollars": 374876.62000000005 }, { "purchase_month": { "value": "2021-07-11" }, "total_sale_dollars": 214203.73000000004 }, { "purchase_month": { "value": "2021-07-18" }, "total_sale_dollars": 259657.0900000001 }, { "purchase_month": { "value": "2021-07-25" }, "total_sale_dollars": 279410.9800000001 }, { "purchase_month": { "value": "2021-08-01" }, "total_sale_dollars": 241762.22999999998 }, { "purchase_month": { "value": "2021-08-08" }, "total_sale_dollars": 212504.3000000001 }, { "purchase_month": { "value": "2021-08-15" }, "total_sale_dollars": 233171.63000000003 }, { "purchase_month": { "value": "2021-08-22" }, "total_sale_dollars": 229130.81000000006 }, { "purchase_month": { "value": "2021-08-29" }, "total_sale_dollars": 269206.1900000001 }, { "purchase_month": { "value": "2021-09-05" }, "total_sale_dollars": 246254.92000000004 }, { "purchase_month": { "value": "2021-09-12" }, "total_sale_dollars": 226301.25000000006 }, { "purchase_month": { "value": "2021-09-19" }, "total_sale_dollars": 237745.67000000007 }, { "purchase_month": { "value": "2021-09-26" }, "total_sale_dollars": 270588.0900000001 }, { "purchase_month": { "value": "2021-12-19" }, "total_sale_dollars": 162262.51000000004 }, { "purchase_month": { "value": "2021-12-26" }, "total_sale_dollars": 232148.0400000001 }, { "purchase_month": { "value": "2022-01-02" }, "total_sale_dollars": 228750.54000000007 }, { "purchase_month": { "value": "2022-01-09" }, "total_sale_dollars": 182892.57000000012 }, { "purchase_month": { "value": "2022-01-16" }, "total_sale_dollars": 177458.23000000004 }, { "purchase_month": { "value": "2022-01-23" }, "total_sale_dollars": 180290.82000000004 }, { "purchase_month": { "value": "2022-01-30" }, "total_sale_dollars": 30398.390000000003 } ], "top_sellers_by_revenue": [ { "vendor_name": "Diageo Americas", "item_description": "Smirnoff Vodka 80 Prf", "total_sale_dollars": 15838332.72000014, "total_bottles": 1400887, "avg_price_per_100ml": 1.6243456514948709 }, { "vendor_name": "Diageo Americas", "item_description": "Smirnoff 80prf", "total_sale_dollars": 10474746.609999923, "total_bottles": 987019, "avg_price_per_100ml": 1.6644266096547464 }, { "vendor_name": "Diageo Americas", "item_description": "Ketel One Imported Vodka", "total_sale_dollars": 8996519.920000019, "total_bottles": 358335, "avg_price_per_100ml": 2.5069131324090814 }, { "vendor_name": "Diageo Americas", "item_description": "Smirnoff Vodka 80 Prf Pet", "total_sale_dollars": 6918132.590000015, "total_bottles": 315947, "avg_price_per_100ml": 1.2497906586416647 }, { "vendor_name": "Diageo Americas", "item_description": "Popov Vodka 80 Prf", "total_sale_dollars": 3807769.960000014, "total_bottles": 460919, "avg_price_per_100ml": 0.8734063750679552 } ], "most_expensive_products": [ { "vendor_name": "Diageo Americas", "item_description": "Ciroc French Vanilla Mini", "total_sale_dollars": 3249.450000000001, "total_bottles": 83, "avg_price_per_100ml": 71.55415384615384 }, { "vendor_name": "Diageo Americas", "item_description": "Smirnoff Zero Sugar Infusion Watermelon & Mint Mini", "total_sale_dollars": 11669.61, "total_bottles": 1041, "avg_price_per_100ml": 22.42 }, { "vendor_name": "Diageo Americas", "item_description": "Smirnoff Zero Sugar Infusion Strawberry & Rose Mini", "total_sale_dollars": 6423.330000000002, "total_bottles": 573, "avg_price_per_100ml": 22.42 }, { "vendor_name": "Diageo Americas", "item_description": "Smirnoff Zero Sugar Infusion Cucumber & Lime Mini", "total_sale_dollars": 5033.290000000003, "total_bottles": 449, "avg_price_per_100ml": 22.42 }, { "vendor_name": "Diageo Americas", "item_description": "Smirnoff Pink Lemonade Mini", "total_sale_dollars": 30087.639999999996, "total_bottles": 2684, "avg_price_per_100ml": 22.42 }, { "vendor_name": "Diageo Americas", "item_description": "Smirnoff Red, White & Berry Mini", "total_sale_dollars": 11658.399999999998, "total_bottles": 1040, "avg_price_per_100ml": 22.42 }, { "vendor_name": "Diageo Americas", "item_description": "Smirnoff Peach Lemonade Mini", "total_sale_dollars": 8407.5, "total_bottles": 750, "avg_price_per_100ml": 22.42 }, { "vendor_name": "Diageo Americas", "item_description": "Smirnoff Sours Berry Lemon Mini", "total_sale_dollars": 205.92, "total_bottles": 24, "avg_price_per_100ml": 19.79 }, { "vendor_name": "Diageo Americas", "item_description": "Smirnoff Pineapple Mini", "total_sale_dollars": 1267.08, "total_bottles": 144, "avg_price_per_100ml": 18.475 }, { "vendor_name": "Diageo Americas", "item_description": "Smirnoff Green Apple Mini", "total_sale_dollars": 823.68, "total_bottles": 96, "avg_price_per_100ml": 17.16 } ] }, { "vendor_name": "Pernod Ricard USA/Austin Nichols", "total_sale_dollars": 58518311.69999348, "by_month": [ { "purchase_month": { "value": "2012-01-01" }, "total_sale_dollars": 71241.82 }, { "purchase_month": { "value": "2012-01-08" }, "total_sale_dollars": 86075.32999999999 }, { "purchase_month": { "value": "2012-01-15" }, "total_sale_dollars": 170674.83999999997 }, { "purchase_month": { "value": "2012-01-22" }, "total_sale_dollars": 150361.83 }, { "purchase_month": { "value": "2012-01-29" }, "total_sale_dollars": 92132.48999999998 }, { "purchase_month": { "value": "2012-02-05" }, "total_sale_dollars": 118880.23000000001 }, { "purchase_month": { "value": "2012-02-12" }, "total_sale_dollars": 110760.87999999998 }, { "purchase_month": { "value": "2012-02-19" }, "total_sale_dollars": 105553.67000000001 }, { "purchase_month": { "value": "2012-02-26" }, "total_sale_dollars": 91758.31000000001 }, { "purchase_month": { "value": "2012-03-04" }, "total_sale_dollars": 90139.56999999999 }, { "purchase_month": { "value": "2012-03-11" }, "total_sale_dollars": 135369.50999999998 }, { "purchase_month": { "value": "2012-03-18" }, "total_sale_dollars": 100303.42 }, { "purchase_month": { "value": "2012-03-25" }, "total_sale_dollars": 104207.40999999997 }, { "purchase_month": { "value": "2012-04-01" }, "total_sale_dollars": 126936.85999999997 }, { "purchase_month": { "value": "2012-04-08" }, "total_sale_dollars": 140091.00999999998 }, { "purchase_month": { "value": "2012-04-15" }, "total_sale_dollars": 128563.77000000002 }, { "purchase_month": { "value": "2012-04-22" }, "total_sale_dollars": 123352.68999999994 }, { "purchase_month": { "value": "2012-04-29" }, "total_sale_dollars": 127801.37000000001 }, { "purchase_month": { "value": "2012-05-06" }, "total_sale_dollars": 130454.20999999998 }, { "purchase_month": { "value": "2012-05-13" }, "total_sale_dollars": 130001.95999999998 }, { "purchase_month": { "value": "2012-05-20" }, "total_sale_dollars": 181255.94 }, { "purchase_month": { "value": "2012-05-27" }, "total_sale_dollars": 124619.99999999997 }, { "purchase_month": { "value": "2012-06-03" }, "total_sale_dollars": 156506.27999999997 }, { "purchase_month": { "value": "2012-06-10" }, "total_sale_dollars": 139309.8 }, { "purchase_month": { "value": "2012-06-17" }, "total_sale_dollars": 151870.28000000003 }, { "purchase_month": { "value": "2012-06-24" }, "total_sale_dollars": 228194.91 }, { "purchase_month": { "value": "2012-07-01" }, "total_sale_dollars": 168352.15999999995 }, { "purchase_month": { "value": "2012-07-08" }, "total_sale_dollars": 143959.06 }, { "purchase_month": { "value": "2012-07-15" }, "total_sale_dollars": 224647.18999999992 }, { "purchase_month": { "value": "2012-07-22" }, "total_sale_dollars": 150261.99 }, { "purchase_month": { "value": "2012-07-29" }, "total_sale_dollars": 128019.99999999999 }, { "purchase_month": { "value": "2012-08-05" }, "total_sale_dollars": 174464.43000000002 }, { "purchase_month": { "value": "2012-08-12" }, "total_sale_dollars": 155264.00999999998 }, { "purchase_month": { "value": "2012-08-19" }, "total_sale_dollars": 119268.45 }, { "purchase_month": { "value": "2012-08-26" }, "total_sale_dollars": 205081.09999999998 }, { "purchase_month": { "value": "2012-09-02" }, "total_sale_dollars": 110799.84000000001 }, { "purchase_month": { "value": "2012-09-09" }, "total_sale_dollars": 128333.53000000004 }, { "purchase_month": { "value": "2012-09-16" }, "total_sale_dollars": 113934.62000000001 }, { "purchase_month": { "value": "2012-09-23" }, "total_sale_dollars": 108734.20000000004 }, { "purchase_month": { "value": "2012-09-30" }, "total_sale_dollars": 195746.02999999997 }, { "purchase_month": { "value": "2012-10-07" }, "total_sale_dollars": 194151.01999999996 }, { "purchase_month": { "value": "2012-10-14" }, "total_sale_dollars": 200001.7799999999 }, { "purchase_month": { "value": "2012-10-21" }, "total_sale_dollars": 306300.3099999999 }, { "purchase_month": { "value": "2012-10-28" }, "total_sale_dollars": 130133.03000000001 }, { "purchase_month": { "value": "2012-11-04" }, "total_sale_dollars": 104058.94 }, { "purchase_month": { "value": "2012-11-11" }, "total_sale_dollars": 155245.68000000002 }, { "purchase_month": { "value": "2012-11-18" }, "total_sale_dollars": 44052.69 }, { "purchase_month": { "value": "2012-11-25" }, "total_sale_dollars": 155264.46 }, { "purchase_month": { "value": "2012-12-02" }, "total_sale_dollars": 129747.6 }, { "purchase_month": { "value": "2012-12-09" }, "total_sale_dollars": 173986.67999999996 }, { "purchase_month": { "value": "2012-12-16" }, "total_sale_dollars": 202964.97999999998 }, { "purchase_month": { "value": "2012-12-23" }, "total_sale_dollars": 135896.18999999997 }, { "purchase_month": { "value": "2012-12-30" }, "total_sale_dollars": 86367.61 }, { "purchase_month": { "value": "2013-01-06" }, "total_sale_dollars": 91535.18999999996 }, { "purchase_month": { "value": "2013-01-13" }, "total_sale_dollars": 111117.73999999998 }, { "purchase_month": { "value": "2013-01-20" }, "total_sale_dollars": 121133.54999999997 }, { "purchase_month": { "value": "2013-01-27" }, "total_sale_dollars": 104349.48000000003 }, { "purchase_month": { "value": "2013-02-03" }, "total_sale_dollars": 119762.53999999998 }, { "purchase_month": { "value": "2013-02-10" }, "total_sale_dollars": 172772.35 }, { "purchase_month": { "value": "2013-02-17" }, "total_sale_dollars": 109709.36000000003 }, { "purchase_month": { "value": "2013-02-24" }, "total_sale_dollars": 168108.74000000005 }, { "purchase_month": { "value": "2013-03-03" }, "total_sale_dollars": 103608.80000000002 }, { "purchase_month": { "value": "2013-03-10" }, "total_sale_dollars": 111025.85000000002 }, { "purchase_month": { "value": "2013-03-17" }, "total_sale_dollars": 115312.18000000002 }, { "purchase_month": { "value": "2013-03-24" }, "total_sale_dollars": 136907.53 }, { "purchase_month": { "value": "2013-03-31" }, "total_sale_dollars": 116808.01 }, { "purchase_month": { "value": "2013-04-07" }, "total_sale_dollars": 139130.52999999997 }, { "purchase_month": { "value": "2013-04-14" }, "total_sale_dollars": 110194.73000000001 }, { "purchase_month": { "value": "2013-04-21" }, "total_sale_dollars": 123504.96000000002 }, { "purchase_month": { "value": "2013-04-28" }, "total_sale_dollars": 128552.61000000003 }, { "purchase_month": { "value": "2013-05-05" }, "total_sale_dollars": 137192.75999999998 }, { "purchase_month": { "value": "2013-05-12" }, "total_sale_dollars": 137144.61 }, { "purchase_month": { "value": "2013-05-19" }, "total_sale_dollars": 193963.32 }, { "purchase_month": { "value": "2013-05-26" }, "total_sale_dollars": 314162.66 }, { "purchase_month": { "value": "2013-06-02" }, "total_sale_dollars": 124919.51 }, { "purchase_month": { "value": "2013-06-09" }, "total_sale_dollars": 297587.63999999996 }, { "purchase_month": { "value": "2013-06-16" }, "total_sale_dollars": 52747.09 }, { "purchase_month": { "value": "2013-06-23" }, "total_sale_dollars": 254082.15999999997 }, { "purchase_month": { "value": "2013-06-30" }, "total_sale_dollars": 129041.50000000003 }, { "purchase_month": { "value": "2013-07-07" }, "total_sale_dollars": 130364.89000000001 }, { "purchase_month": { "value": "2013-07-14" }, "total_sale_dollars": 119926.66000000002 }, { "purchase_month": { "value": "2013-07-21" }, "total_sale_dollars": 120704.58000000002 }, { "purchase_month": { "value": "2013-07-28" }, "total_sale_dollars": 163409.03 }, { "purchase_month": { "value": "2013-08-04" }, "total_sale_dollars": 139567.10000000003 }, { "purchase_month": { "value": "2013-08-11" }, "total_sale_dollars": 240821.54999999996 }, { "purchase_month": { "value": "2013-08-18" }, "total_sale_dollars": 134851.58000000002 }, { "purchase_month": { "value": "2013-08-25" }, "total_sale_dollars": 164729.55 }, { "purchase_month": { "value": "2013-09-01" }, "total_sale_dollars": 139059.58000000002 }, { "purchase_month": { "value": "2013-09-08" }, "total_sale_dollars": 138667.86000000002 }, { "purchase_month": { "value": "2013-09-15" }, "total_sale_dollars": 126275.59000000001 }, { "purchase_month": { "value": "2013-09-22" }, "total_sale_dollars": 140891.04999999996 }, { "purchase_month": { "value": "2013-09-29" }, "total_sale_dollars": 290706.22 }, { "purchase_month": { "value": "2013-10-06" }, "total_sale_dollars": 175537.66999999998 }, { "purchase_month": { "value": "2013-10-13" }, "total_sale_dollars": 105608.58999999998 }, { "purchase_month": { "value": "2013-10-20" }, "total_sale_dollars": 201727.06000000003 }, { "purchase_month": { "value": "2013-10-27" }, "total_sale_dollars": 118692.03000000001 }, { "purchase_month": { "value": "2013-11-03" }, "total_sale_dollars": 96316.26 }, { "purchase_month": { "value": "2013-11-10" }, "total_sale_dollars": 116129.63 }, { "purchase_month": { "value": "2013-11-17" }, "total_sale_dollars": 183292.75999999992 }, { "purchase_month": { "value": "2013-11-24" }, "total_sale_dollars": 101442.41 }, { "purchase_month": { "value": "2013-12-01" }, "total_sale_dollars": 129301.31999999999 }, { "purchase_month": { "value": "2013-12-08" }, "total_sale_dollars": 171626.95999999993 }, { "purchase_month": { "value": "2013-12-15" }, "total_sale_dollars": 185383.95 }, { "purchase_month": { "value": "2013-12-22" }, "total_sale_dollars": 122080.04000000004 }, { "purchase_month": { "value": "2013-12-29" }, "total_sale_dollars": 48593.86000000001 }, { "purchase_month": { "value": "2014-01-05" }, "total_sale_dollars": 112410.75 }, { "purchase_month": { "value": "2014-01-12" }, "total_sale_dollars": 105986.45000000003 }, { "purchase_month": { "value": "2014-01-19" }, "total_sale_dollars": 128050.45000000003 }, { "purchase_month": { "value": "2014-01-26" }, "total_sale_dollars": 175530.24 }, { "purchase_month": { "value": "2014-02-02" }, "total_sale_dollars": 118589.12999999998 }, { "purchase_month": { "value": "2014-02-09" }, "total_sale_dollars": 152493.47999999992 }, { "purchase_month": { "value": "2014-02-16" }, "total_sale_dollars": 105575.43000000001 }, { "purchase_month": { "value": "2014-02-23" }, "total_sale_dollars": 134738.84 }, { "purchase_month": { "value": "2014-03-02" }, "total_sale_dollars": 120482.44000000002 }, { "purchase_month": { "value": "2014-03-09" }, "total_sale_dollars": 109059.08000000002 }, { "purchase_month": { "value": "2014-03-16" }, "total_sale_dollars": 125929.06 }, { "purchase_month": { "value": "2014-03-23" }, "total_sale_dollars": 96109.29000000002 }, { "purchase_month": { "value": "2014-03-30" }, "total_sale_dollars": 128410.40000000001 }, { "purchase_month": { "value": "2014-04-06" }, "total_sale_dollars": 134407.53 }, { "purchase_month": { "value": "2014-04-13" }, "total_sale_dollars": 133425.99999999997 }, { "purchase_month": { "value": "2014-04-20" }, "total_sale_dollars": 123098.78000000004 }, { "purchase_month": { "value": "2014-04-27" }, "total_sale_dollars": 140119.83000000002 }, { "purchase_month": { "value": "2014-05-04" }, "total_sale_dollars": 164842.96 }, { "purchase_month": { "value": "2014-05-11" }, "total_sale_dollars": 142186.69000000003 }, { "purchase_month": { "value": "2014-05-18" }, "total_sale_dollars": 200874.25000000003 }, { "purchase_month": { "value": "2014-05-25" }, "total_sale_dollars": 147461.30000000005 }, { "purchase_month": { "value": "2014-06-01" }, "total_sale_dollars": 149302.26 }, { "purchase_month": { "value": "2014-06-08" }, "total_sale_dollars": 183117.08 }, { "purchase_month": { "value": "2014-06-15" }, "total_sale_dollars": 145598.73 }, { "purchase_month": { "value": "2014-06-22" }, "total_sale_dollars": 298521.5799999999 }, { "purchase_month": { "value": "2014-06-29" }, "total_sale_dollars": 107122.63 }, { "purchase_month": { "value": "2014-07-06" }, "total_sale_dollars": 146718.07 }, { "purchase_month": { "value": "2014-07-13" }, "total_sale_dollars": 140037.48 }, { "purchase_month": { "value": "2014-07-20" }, "total_sale_dollars": 137721.82000000004 }, { "purchase_month": { "value": "2014-07-27" }, "total_sale_dollars": 166407.45999999996 }, { "purchase_month": { "value": "2014-08-03" }, "total_sale_dollars": 194742.40000000005 }, { "purchase_month": { "value": "2014-08-10" }, "total_sale_dollars": 258433.97 }, { "purchase_month": { "value": "2014-08-17" }, "total_sale_dollars": 124143.72999999998 }, { "purchase_month": { "value": "2014-08-24" }, "total_sale_dollars": 193985.01 }, { "purchase_month": { "value": "2014-08-31" }, "total_sale_dollars": 93638.73999999999 }, { "purchase_month": { "value": "2014-09-07" }, "total_sale_dollars": 153772.28 }, { "purchase_month": { "value": "2014-09-14" }, "total_sale_dollars": 153016.27999999997 }, { "purchase_month": { "value": "2014-09-21" }, "total_sale_dollars": 110797.26000000001 }, { "purchase_month": { "value": "2014-09-28" }, "total_sale_dollars": 117452.54 }, { "purchase_month": { "value": "2014-10-05" }, "total_sale_dollars": 142586.41000000003 }, { "purchase_month": { "value": "2014-10-12" }, "total_sale_dollars": 131997.06 }, { "purchase_month": { "value": "2014-10-19" }, "total_sale_dollars": 134484.80000000002 }, { "purchase_month": { "value": "2014-10-26" }, "total_sale_dollars": 114809.47000000003 }, { "purchase_month": { "value": "2014-11-02" }, "total_sale_dollars": 232864.97 }, { "purchase_month": { "value": "2014-11-09" }, "total_sale_dollars": 128065.4 }, { "purchase_month": { "value": "2014-11-16" }, "total_sale_dollars": 195303.74999999997 }, { "purchase_month": { "value": "2014-11-23" }, "total_sale_dollars": 57480.030000000006 }, { "purchase_month": { "value": "2014-11-30" }, "total_sale_dollars": 144886.44 }, { "purchase_month": { "value": "2014-12-07" }, "total_sale_dollars": 176051.29999999996 }, { "purchase_month": { "value": "2014-12-14" }, "total_sale_dollars": 229600.18999999994 }, { "purchase_month": { "value": "2014-12-21" }, "total_sale_dollars": 122043.17000000001 }, { "purchase_month": { "value": "2014-12-28" }, "total_sale_dollars": 80082.67000000001 }, { "purchase_month": { "value": "2015-01-04" }, "total_sale_dollars": 142998.89000000004 }, { "purchase_month": { "value": "2015-01-11" }, "total_sale_dollars": 110923.00000000001 }, { "purchase_month": { "value": "2015-01-18" }, "total_sale_dollars": 84485.36 }, { "purchase_month": { "value": "2015-01-25" }, "total_sale_dollars": 121801.71999999997 }, { "purchase_month": { "value": "2015-02-01" }, "total_sale_dollars": 161013.00000000003 }, { "purchase_month": { "value": "2015-02-08" }, "total_sale_dollars": 168864.08 }, { "purchase_month": { "value": "2015-02-15" }, "total_sale_dollars": 129071.79999999999 }, { "purchase_month": { "value": "2015-02-22" }, "total_sale_dollars": 112702.42000000001 }, { "purchase_month": { "value": "2015-03-01" }, "total_sale_dollars": 108072.93000000004 }, { "purchase_month": { "value": "2015-03-08" }, "total_sale_dollars": 99526.39000000001 }, { "purchase_month": { "value": "2015-03-15" }, "total_sale_dollars": 174836.65 }, { "purchase_month": { "value": "2015-03-22" }, "total_sale_dollars": 106337.94000000005 }, { "purchase_month": { "value": "2015-03-29" }, "total_sale_dollars": 118701.35999999999 }, { "purchase_month": { "value": "2015-04-05" }, "total_sale_dollars": 117140.95000000001 }, { "purchase_month": { "value": "2015-04-12" }, "total_sale_dollars": 137011.76000000004 }, { "purchase_month": { "value": "2015-04-19" }, "total_sale_dollars": 131054.12 }, { "purchase_month": { "value": "2015-04-26" }, "total_sale_dollars": 136953.17999999996 }, { "purchase_month": { "value": "2015-05-03" }, "total_sale_dollars": 176014.54 }, { "purchase_month": { "value": "2015-05-10" }, "total_sale_dollars": 171536.60000000003 }, { "purchase_month": { "value": "2015-05-17" }, "total_sale_dollars": 288407.33999999997 }, { "purchase_month": { "value": "2015-05-24" }, "total_sale_dollars": 92179.18000000001 }, { "purchase_month": { "value": "2015-05-31" }, "total_sale_dollars": 150911.34999999998 }, { "purchase_month": { "value": "2015-06-07" }, "total_sale_dollars": 143175.56999999998 }, { "purchase_month": { "value": "2015-06-14" }, "total_sale_dollars": 183791.61999999997 }, { "purchase_month": { "value": "2015-06-21" }, "total_sale_dollars": 227559.56999999998 }, { "purchase_month": { "value": "2015-06-28" }, "total_sale_dollars": 121379.37 }, { "purchase_month": { "value": "2015-07-05" }, "total_sale_dollars": 171447.37000000002 }, { "purchase_month": { "value": "2015-07-12" }, "total_sale_dollars": 154675.84000000003 }, { "purchase_month": { "value": "2015-07-19" }, "total_sale_dollars": 125663.62000000002 }, { "purchase_month": { "value": "2015-07-26" }, "total_sale_dollars": 205229.38000000003 }, { "purchase_month": { "value": "2015-08-02" }, "total_sale_dollars": 180912.78000000003 }, { "purchase_month": { "value": "2015-08-09" }, "total_sale_dollars": 133766.06000000006 }, { "purchase_month": { "value": "2015-08-16" }, "total_sale_dollars": 133846.32 }, { "purchase_month": { "value": "2015-08-23" }, "total_sale_dollars": 147597.00999999995 }, { "purchase_month": { "value": "2015-08-30" }, "total_sale_dollars": 212937.77 }, { "purchase_month": { "value": "2015-09-06" }, "total_sale_dollars": 103613.32 }, { "purchase_month": { "value": "2015-09-13" }, "total_sale_dollars": 198610.55999999997 }, { "purchase_month": { "value": "2015-09-20" }, "total_sale_dollars": 164722.13 }, { "purchase_month": { "value": "2015-09-27" }, "total_sale_dollars": 204799.33999999994 }, { "purchase_month": { "value": "2015-10-04" }, "total_sale_dollars": 169238.91 }, { "purchase_month": { "value": "2015-10-11" }, "total_sale_dollars": 192874.98 }, { "purchase_month": { "value": "2015-10-18" }, "total_sale_dollars": 185980.74 }, { "purchase_month": { "value": "2015-10-25" }, "total_sale_dollars": 179303.39999999988 }, { "purchase_month": { "value": "2015-11-01" }, "total_sale_dollars": 181171.47000000003 }, { "purchase_month": { "value": "2015-11-08" }, "total_sale_dollars": 151346.05000000002 }, { "purchase_month": { "value": "2015-11-15" }, "total_sale_dollars": 248576.4699999999 }, { "purchase_month": { "value": "2015-11-22" }, "total_sale_dollars": 45523.36999999998 }, { "purchase_month": { "value": "2015-11-29" }, "total_sale_dollars": 177015.84999999995 }, { "purchase_month": { "value": "2015-12-06" }, "total_sale_dollars": 153198.24 }, { "purchase_month": { "value": "2015-12-13" }, "total_sale_dollars": 182334.35999999996 }, { "purchase_month": { "value": "2015-12-20" }, "total_sale_dollars": 140790.59999999995 }, { "purchase_month": { "value": "2015-12-27" }, "total_sale_dollars": 102692.59000000004 }, { "purchase_month": { "value": "2016-01-03" }, "total_sale_dollars": 208755.64999999994 }, { "purchase_month": { "value": "2016-01-10" }, "total_sale_dollars": 165583.66999999998 }, { "purchase_month": { "value": "2016-01-17" }, "total_sale_dollars": 77038.13 }, { "purchase_month": { "value": "2016-01-24" }, "total_sale_dollars": 218560.46999999988 }, { "purchase_month": { "value": "2016-01-31" }, "total_sale_dollars": 118286.77 }, { "purchase_month": { "value": "2016-02-07" }, "total_sale_dollars": 107828.90000000004 }, { "purchase_month": { "value": "2016-02-14" }, "total_sale_dollars": 169851 }, { "purchase_month": { "value": "2016-02-21" }, "total_sale_dollars": 127509.14 }, { "purchase_month": { "value": "2016-02-28" }, "total_sale_dollars": 130528.70000000001 }, { "purchase_month": { "value": "2016-03-06" }, "total_sale_dollars": 144358.70999999993 }, { "purchase_month": { "value": "2016-03-13" }, "total_sale_dollars": 89076.53 }, { "purchase_month": { "value": "2016-03-20" }, "total_sale_dollars": 134013.58000000002 }, { "purchase_month": { "value": "2016-03-27" }, "total_sale_dollars": 125606.91 }, { "purchase_month": { "value": "2016-04-03" }, "total_sale_dollars": 154729.18 }, { "purchase_month": { "value": "2016-04-10" }, "total_sale_dollars": 147935.02000000002 }, { "purchase_month": { "value": "2016-04-17" }, "total_sale_dollars": 162045.05000000002 }, { "purchase_month": { "value": "2016-04-24" }, "total_sale_dollars": 170961.39999999997 }, { "purchase_month": { "value": "2016-05-01" }, "total_sale_dollars": 163171.01 }, { "purchase_month": { "value": "2016-05-08" }, "total_sale_dollars": 195078.87999999998 }, { "purchase_month": { "value": "2016-05-15" }, "total_sale_dollars": 162602.02999999994 }, { "purchase_month": { "value": "2016-05-22" }, "total_sale_dollars": 229969.18999999992 }, { "purchase_month": { "value": "2016-05-29" }, "total_sale_dollars": 122515.77000000003 }, { "purchase_month": { "value": "2016-06-05" }, "total_sale_dollars": 223789.63000000003 }, { "purchase_month": { "value": "2016-06-12" }, "total_sale_dollars": 179753.17 }, { "purchase_month": { "value": "2016-06-19" }, "total_sale_dollars": 200184.62999999998 }, { "purchase_month": { "value": "2016-06-26" }, "total_sale_dollars": 235358.05 }, { "purchase_month": { "value": "2016-07-03" }, "total_sale_dollars": 130096.18999999997 }, { "purchase_month": { "value": "2016-07-10" }, "total_sale_dollars": 246896.2899999999 }, { "purchase_month": { "value": "2016-07-17" }, "total_sale_dollars": 151446.29000000004 }, { "purchase_month": { "value": "2016-07-24" }, "total_sale_dollars": 189522.28 }, { "purchase_month": { "value": "2016-07-31" }, "total_sale_dollars": 225821.76 }, { "purchase_month": { "value": "2016-08-07" }, "total_sale_dollars": 200926.24000000005 }, { "purchase_month": { "value": "2016-08-14" }, "total_sale_dollars": 173444.17 }, { "purchase_month": { "value": "2016-08-21" }, "total_sale_dollars": 151261.44999999998 }, { "purchase_month": { "value": "2016-08-28" }, "total_sale_dollars": 145431.44999999995 }, { "purchase_month": { "value": "2016-09-04" }, "total_sale_dollars": 132609.1 }, { "purchase_month": { "value": "2016-09-11" }, "total_sale_dollars": 241779.87000000002 }, { "purchase_month": { "value": "2016-09-18" }, "total_sale_dollars": 162571.31000000003 }, { "purchase_month": { "value": "2016-09-25" }, "total_sale_dollars": 121571.69000000002 }, { "purchase_month": { "value": "2016-10-02" }, "total_sale_dollars": 2269.52 }, { "purchase_month": { "value": "2016-10-09" }, "total_sale_dollars": 390.61 }, { "purchase_month": { "value": "2016-10-16" }, "total_sale_dollars": 80.83999999999999 }, { "purchase_month": { "value": "2016-10-23" }, "total_sale_dollars": 821.77 }, { "purchase_month": { "value": "2016-10-30" }, "total_sale_dollars": 842.1500000000001 }, { "purchase_month": { "value": "2016-11-06" }, "total_sale_dollars": 158.66 }, { "purchase_month": { "value": "2016-11-13" }, "total_sale_dollars": 556.72 }, { "purchase_month": { "value": "2016-11-20" }, "total_sale_dollars": 300.37 }, { "purchase_month": { "value": "2016-11-27" }, "total_sale_dollars": 1143.27 }, { "purchase_month": { "value": "2016-12-04" }, "total_sale_dollars": 470.63 }, { "purchase_month": { "value": "2016-12-11" }, "total_sale_dollars": 774.22 }, { "purchase_month": { "value": "2016-12-18" }, "total_sale_dollars": 1179.89 }, { "purchase_month": { "value": "2016-12-25" }, "total_sale_dollars": 737.86 }, { "purchase_month": { "value": "2017-01-01" }, "total_sale_dollars": 99.24000000000001 }, { "purchase_month": { "value": "2017-01-08" }, "total_sale_dollars": 1410.68 }, { "purchase_month": { "value": "2017-01-15" }, "total_sale_dollars": 516.49 }, { "purchase_month": { "value": "2017-01-22" }, "total_sale_dollars": 242.57999999999998 }, { "purchase_month": { "value": "2017-01-29" }, "total_sale_dollars": 931.24 }, { "purchase_month": { "value": "2017-02-05" }, "total_sale_dollars": 486.5 }, { "purchase_month": { "value": "2017-02-12" }, "total_sale_dollars": 335.63 }, { "purchase_month": { "value": "2017-02-19" }, "total_sale_dollars": 914.25 }, { "purchase_month": { "value": "2017-02-26" }, "total_sale_dollars": 595.95 }, { "purchase_month": { "value": "2017-03-05" }, "total_sale_dollars": 58.239999999999995 }, { "purchase_month": { "value": "2017-03-12" }, "total_sale_dollars": 90009.00000000001 }, { "purchase_month": { "value": "2017-03-19" }, "total_sale_dollars": 89744.31 }, { "purchase_month": { "value": "2017-03-26" }, "total_sale_dollars": 121884.8 }, { "purchase_month": { "value": "2017-04-02" }, "total_sale_dollars": 175890.5299999999 }, { "purchase_month": { "value": "2017-04-09" }, "total_sale_dollars": 158032.9 }, { "purchase_month": { "value": "2017-04-16" }, "total_sale_dollars": 112758.76000000004 }, { "purchase_month": { "value": "2017-04-23" }, "total_sale_dollars": 119820.65000000001 }, { "purchase_month": { "value": "2017-04-30" }, "total_sale_dollars": 135599.7 }, { "purchase_month": { "value": "2017-05-07" }, "total_sale_dollars": 131113.61 }, { "purchase_month": { "value": "2017-05-14" }, "total_sale_dollars": 163605.33000000002 }, { "purchase_month": { "value": "2017-05-21" }, "total_sale_dollars": 168366.08000000002 }, { "purchase_month": { "value": "2017-05-28" }, "total_sale_dollars": 112944.59999999999 }, { "purchase_month": { "value": "2017-06-04" }, "total_sale_dollars": 218629.11000000002 }, { "purchase_month": { "value": "2017-06-11" }, "total_sale_dollars": 269707.67999999993 }, { "purchase_month": { "value": "2017-06-18" }, "total_sale_dollars": 149090.84999999998 }, { "purchase_month": { "value": "2017-06-25" }, "total_sale_dollars": 245097.71999999997 }, { "purchase_month": { "value": "2017-07-02" }, "total_sale_dollars": 147962.74 }, { "purchase_month": { "value": "2017-07-09" }, "total_sale_dollars": 156704.61000000002 }, { "purchase_month": { "value": "2017-07-16" }, "total_sale_dollars": 164148.17999999996 }, { "purchase_month": { "value": "2017-07-23" }, "total_sale_dollars": 131746.74 }, { "purchase_month": { "value": "2017-07-30" }, "total_sale_dollars": 123345.38 }, { "purchase_month": { "value": "2017-08-06" }, "total_sale_dollars": 160913.54 }, { "purchase_month": { "value": "2017-08-13" }, "total_sale_dollars": 254044.75999999998 }, { "purchase_month": { "value": "2017-08-20" }, "total_sale_dollars": 137768.24 }, { "purchase_month": { "value": "2017-08-27" }, "total_sale_dollars": 159226.46000000005 }, { "purchase_month": { "value": "2017-09-03" }, "total_sale_dollars": 132694.18000000002 }, { "purchase_month": { "value": "2017-09-10" }, "total_sale_dollars": 178458.26999999996 }, { "purchase_month": { "value": "2017-09-17" }, "total_sale_dollars": 125882.06999999999 }, { "purchase_month": { "value": "2017-09-24" }, "total_sale_dollars": 110505.11000000002 }, { "purchase_month": { "value": "2017-10-01" }, "total_sale_dollars": 205447.05999999994 }, { "purchase_month": { "value": "2017-10-08" }, "total_sale_dollars": 239333.81999999995 }, { "purchase_month": { "value": "2017-10-15" }, "total_sale_dollars": 176913.53 }, { "purchase_month": { "value": "2017-10-22" }, "total_sale_dollars": 215345.52999999997 }, { "purchase_month": { "value": "2017-10-29" }, "total_sale_dollars": 91410.18000000002 }, { "purchase_month": { "value": "2017-11-05" }, "total_sale_dollars": 179127.53000000003 }, { "purchase_month": { "value": "2017-11-12" }, "total_sale_dollars": 146927.64 }, { "purchase_month": { "value": "2017-11-19" }, "total_sale_dollars": 65490.96000000001 }, { "purchase_month": { "value": "2017-11-26" }, "total_sale_dollars": 148960.22999999995 }, { "purchase_month": { "value": "2017-12-03" }, "total_sale_dollars": 212728.04000000004 }, { "purchase_month": { "value": "2017-12-10" }, "total_sale_dollars": 142768.12999999998 }, { "purchase_month": { "value": "2017-12-17" }, "total_sale_dollars": 194964.52000000002 }, { "purchase_month": { "value": "2017-12-24" }, "total_sale_dollars": 75938.27 }, { "purchase_month": { "value": "2017-12-31" }, "total_sale_dollars": 187.31 }, { "purchase_month": { "value": "2018-01-07" }, "total_sale_dollars": 580.22 }, { "purchase_month": { "value": "2018-01-21" }, "total_sale_dollars": 1229.56 }, { "purchase_month": { "value": "2018-01-28" }, "total_sale_dollars": 350.5 }, { "purchase_month": { "value": "2018-02-04" }, "total_sale_dollars": 1335.3600000000001 }, { "purchase_month": { "value": "2018-02-25" }, "total_sale_dollars": 586.24 }, { "purchase_month": { "value": "2018-03-04" }, "total_sale_dollars": 1416.87 }, { "purchase_month": { "value": "2018-03-11" }, "total_sale_dollars": 35.64 }, { "purchase_month": { "value": "2018-03-18" }, "total_sale_dollars": 80.84 }, { "purchase_month": { "value": "2018-04-01" }, "total_sale_dollars": 362.0400000000001 }, { "purchase_month": { "value": "2018-04-08" }, "total_sale_dollars": 269.88 }, { "purchase_month": { "value": "2018-04-15" }, "total_sale_dollars": 258.6 }, { "purchase_month": { "value": "2018-04-22" }, "total_sale_dollars": 59.06 }, { "purchase_month": { "value": "2018-04-29" }, "total_sale_dollars": 214.42 }, { "purchase_month": { "value": "2018-05-06" }, "total_sale_dollars": 34.48 }, { "purchase_month": { "value": "2018-05-13" }, "total_sale_dollars": 137.14999999999998 }, { "purchase_month": { "value": "2018-05-20" }, "total_sale_dollars": 809.64 }, { "purchase_month": { "value": "2018-05-27" }, "total_sale_dollars": 269.88 }, { "purchase_month": { "value": "2018-06-03" }, "total_sale_dollars": 38188.600000000006 }, { "purchase_month": { "value": "2018-06-10" }, "total_sale_dollars": 168624.75000000006 }, { "purchase_month": { "value": "2018-06-17" }, "total_sale_dollars": 119968.03000000001 }, { "purchase_month": { "value": "2018-06-24" }, "total_sale_dollars": 262543.43999999994 }, { "purchase_month": { "value": "2018-07-01" }, "total_sale_dollars": 150345.74 }, { "purchase_month": { "value": "2018-07-08" }, "total_sale_dollars": 221919.56999999992 }, { "purchase_month": { "value": "2018-07-15" }, "total_sale_dollars": 342120.05 }, { "purchase_month": { "value": "2018-07-22" }, "total_sale_dollars": 320973.12999999995 }, { "purchase_month": { "value": "2018-07-29" }, "total_sale_dollars": 80104.07999999997 }, { "purchase_month": { "value": "2018-08-05" }, "total_sale_dollars": 399.48 }, { "purchase_month": { "value": "2018-08-19" }, "total_sale_dollars": 409.13 }, { "purchase_month": { "value": "2018-08-26" }, "total_sale_dollars": 490.26 }, { "purchase_month": { "value": "2018-09-02" }, "total_sale_dollars": 104419.53000000001 }, { "purchase_month": { "value": "2018-09-09" }, "total_sale_dollars": 150229.01 }, { "purchase_month": { "value": "2018-09-16" }, "total_sale_dollars": 133138.96 }, { "purchase_month": { "value": "2018-09-23" }, "total_sale_dollars": 100596.65000000001 }, { "purchase_month": { "value": "2018-09-30" }, "total_sale_dollars": 213586.53 }, { "purchase_month": { "value": "2018-10-07" }, "total_sale_dollars": 186611.05 }, { "purchase_month": { "value": "2018-10-14" }, "total_sale_dollars": 130339.79000000002 }, { "purchase_month": { "value": "2018-10-21" }, "total_sale_dollars": 154986.49999999994 }, { "purchase_month": { "value": "2018-10-28" }, "total_sale_dollars": 146169.71999999997 }, { "purchase_month": { "value": "2018-11-04" }, "total_sale_dollars": 49034.89 }, { "purchase_month": { "value": "2018-11-11" }, "total_sale_dollars": 521.7 }, { "purchase_month": { "value": "2018-11-25" }, "total_sale_dollars": 1068.88 }, { "purchase_month": { "value": "2018-12-02" }, "total_sale_dollars": 287.7 }, { "purchase_month": { "value": "2018-12-09" }, "total_sale_dollars": 296.84 }, { "purchase_month": { "value": "2018-12-23" }, "total_sale_dollars": 620.64 }, { "purchase_month": { "value": "2019-01-06" }, "total_sale_dollars": 74.21 }, { "purchase_month": { "value": "2019-01-20" }, "total_sale_dollars": 269.88 }, { "purchase_month": { "value": "2019-01-27" }, "total_sale_dollars": 103.44 }, { "purchase_month": { "value": "2019-02-03" }, "total_sale_dollars": 23.76 }, { "purchase_month": { "value": "2019-02-17" }, "total_sale_dollars": 307.39 }, { "purchase_month": { "value": "2019-02-24" }, "total_sale_dollars": 14641.460000000001 }, { "purchase_month": { "value": "2019-03-03" }, "total_sale_dollars": 140723.25999999998 }, { "purchase_month": { "value": "2019-03-10" }, "total_sale_dollars": 99138.15000000001 }, { "purchase_month": { "value": "2019-03-17" }, "total_sale_dollars": 101129.72000000002 }, { "purchase_month": { "value": "2019-03-24" }, "total_sale_dollars": 96221.00999999998 }, { "purchase_month": { "value": "2019-03-31" }, "total_sale_dollars": 124934.85000000003 }, { "purchase_month": { "value": "2019-04-07" }, "total_sale_dollars": 120450.40000000002 }, { "purchase_month": { "value": "2019-04-14" }, "total_sale_dollars": 104138.26000000002 }, { "purchase_month": { "value": "2019-04-21" }, "total_sale_dollars": 109979.73000000003 }, { "purchase_month": { "value": "2019-04-28" }, "total_sale_dollars": 140207.31000000003 }, { "purchase_month": { "value": "2019-05-05" }, "total_sale_dollars": 148145.47999999998 }, { "purchase_month": { "value": "2019-05-12" }, "total_sale_dollars": 149900.73 }, { "purchase_month": { "value": "2019-05-19" }, "total_sale_dollars": 127779.74000000003 }, { "purchase_month": { "value": "2019-05-26" }, "total_sale_dollars": 176859.27999999997 }, { "purchase_month": { "value": "2019-06-02" }, "total_sale_dollars": 282171.39999999997 }, { "purchase_month": { "value": "2019-06-09" }, "total_sale_dollars": 368634.99999999994 }, { "purchase_month": { "value": "2019-06-16" }, "total_sale_dollars": 312351.64 }, { "purchase_month": { "value": "2019-06-23" }, "total_sale_dollars": 532137.0599999998 }, { "purchase_month": { "value": "2019-06-30" }, "total_sale_dollars": 206306.83 }, { "purchase_month": { "value": "2019-07-07" }, "total_sale_dollars": 137220.69999999998 }, { "purchase_month": { "value": "2019-07-14" }, "total_sale_dollars": 102553.59000000004 }, { "purchase_month": { "value": "2019-07-21" }, "total_sale_dollars": 111543.68000000004 }, { "purchase_month": { "value": "2019-07-28" }, "total_sale_dollars": 89946.31 }, { "purchase_month": { "value": "2020-02-02" }, "total_sale_dollars": 105637.72000000003 }, { "purchase_month": { "value": "2020-02-09" }, "total_sale_dollars": 106164.29 }, { "purchase_month": { "value": "2020-02-16" }, "total_sale_dollars": 115613.87999999999 }, { "purchase_month": { "value": "2020-02-23" }, "total_sale_dollars": 93445.20999999998 }, { "purchase_month": { "value": "2020-03-01" }, "total_sale_dollars": 106831.45999999999 }, { "purchase_month": { "value": "2020-03-08" }, "total_sale_dollars": 104286.23999999999 }, { "purchase_month": { "value": "2020-03-15" }, "total_sale_dollars": 96191.66000000003 }, { "purchase_month": { "value": "2020-03-22" }, "total_sale_dollars": 119334.67999999998 }, { "purchase_month": { "value": "2020-03-29" }, "total_sale_dollars": 88630.91 }, { "purchase_month": { "value": "2020-04-05" }, "total_sale_dollars": 113149.60999999999 }, { "purchase_month": { "value": "2020-04-12" }, "total_sale_dollars": 146356.96 }, { "purchase_month": { "value": "2020-04-19" }, "total_sale_dollars": 108286.83000000002 }, { "purchase_month": { "value": "2020-04-26" }, "total_sale_dollars": 129369.19000000003 }, { "purchase_month": { "value": "2020-05-03" }, "total_sale_dollars": 75670.7 }, { "purchase_month": { "value": "2020-05-10" }, "total_sale_dollars": 97482.47000000006 }, { "purchase_month": { "value": "2020-05-17" }, "total_sale_dollars": 93106.64 }, { "purchase_month": { "value": "2020-05-24" }, "total_sale_dollars": 113302.13 }, { "purchase_month": { "value": "2020-05-31" }, "total_sale_dollars": 99552.90000000004 }, { "purchase_month": { "value": "2020-06-07" }, "total_sale_dollars": 110654.30000000002 }, { "purchase_month": { "value": "2020-06-14" }, "total_sale_dollars": 124851.86000000003 }, { "purchase_month": { "value": "2020-06-21" }, "total_sale_dollars": 123326.22000000004 }, { "purchase_month": { "value": "2020-06-28" }, "total_sale_dollars": 151580.97 }, { "purchase_month": { "value": "2020-07-05" }, "total_sale_dollars": 157217.71000000008 }, { "purchase_month": { "value": "2020-07-12" }, "total_sale_dollars": 141229.50000000003 }, { "purchase_month": { "value": "2020-07-19" }, "total_sale_dollars": 110252.3 }, { "purchase_month": { "value": "2020-07-26" }, "total_sale_dollars": 127363.12000000001 }, { "purchase_month": { "value": "2020-08-02" }, "total_sale_dollars": 119444.53 }, { "purchase_month": { "value": "2020-08-09" }, "total_sale_dollars": 134904.07999999996 }, { "purchase_month": { "value": "2020-08-16" }, "total_sale_dollars": 160779.3 }, { "purchase_month": { "value": "2020-08-23" }, "total_sale_dollars": 123600.74000000003 }, { "purchase_month": { "value": "2020-08-30" }, "total_sale_dollars": 141392.19 }, { "purchase_month": { "value": "2020-09-06" }, "total_sale_dollars": 88868.81 }, { "purchase_month": { "value": "2020-09-13" }, "total_sale_dollars": 111418.66999999998 }, { "purchase_month": { "value": "2020-09-20" }, "total_sale_dollars": 143088.18000000002 }, { "purchase_month": { "value": "2020-09-27" }, "total_sale_dollars": 249581.06 }, { "purchase_month": { "value": "2020-10-04" }, "total_sale_dollars": 98173.69000000003 }, { "purchase_month": { "value": "2020-10-11" }, "total_sale_dollars": 158643.26000000004 }, { "purchase_month": { "value": "2020-10-18" }, "total_sale_dollars": 128961.99999999999 }, { "purchase_month": { "value": "2020-10-25" }, "total_sale_dollars": 104523.31 }, { "purchase_month": { "value": "2020-11-01" }, "total_sale_dollars": 92284.21000000002 }, { "purchase_month": { "value": "2020-11-08" }, "total_sale_dollars": 96650.29000000002 }, { "purchase_month": { "value": "2020-11-15" }, "total_sale_dollars": 97775.30000000002 }, { "purchase_month": { "value": "2020-11-22" }, "total_sale_dollars": 74941.60000000003 }, { "purchase_month": { "value": "2020-11-29" }, "total_sale_dollars": 20397.339999999997 }, { "purchase_month": { "value": "2021-05-09" }, "total_sale_dollars": 44808.380000000005 }, { "purchase_month": { "value": "2021-05-16" }, "total_sale_dollars": 121256.85000000002 }, { "purchase_month": { "value": "2021-05-23" }, "total_sale_dollars": 128354.9 }, { "purchase_month": { "value": "2021-05-30" }, "total_sale_dollars": 93680.85 }, { "purchase_month": { "value": "2021-06-06" }, "total_sale_dollars": 112696.46 }, { "purchase_month": { "value": "2021-06-13" }, "total_sale_dollars": 107810.39 }, { "purchase_month": { "value": "2021-06-20" }, "total_sale_dollars": 197392.84 }, { "purchase_month": { "value": "2021-06-27" }, "total_sale_dollars": 154049.30999999997 }, { "purchase_month": { "value": "2021-07-04" }, "total_sale_dollars": 244560.86 }, { "purchase_month": { "value": "2021-07-11" }, "total_sale_dollars": 81392.16000000002 }, { "purchase_month": { "value": "2021-07-18" }, "total_sale_dollars": 142072.02 }, { "purchase_month": { "value": "2021-07-25" }, "total_sale_dollars": 106176.67000000003 }, { "purchase_month": { "value": "2021-08-01" }, "total_sale_dollars": 135389.43 }, { "purchase_month": { "value": "2021-08-08" }, "total_sale_dollars": 97315.72 }, { "purchase_month": { "value": "2021-08-15" }, "total_sale_dollars": 105078.93000000002 }, { "purchase_month": { "value": "2021-08-22" }, "total_sale_dollars": 58860.070000000014 }, { "purchase_month": { "value": "2021-08-29" }, "total_sale_dollars": 50138.82 }, { "purchase_month": { "value": "2021-09-05" }, "total_sale_dollars": 136453.63 }, { "purchase_month": { "value": "2021-09-12" }, "total_sale_dollars": 128769.22 }, { "purchase_month": { "value": "2021-09-19" }, "total_sale_dollars": 103689.72000000002 }, { "purchase_month": { "value": "2021-09-26" }, "total_sale_dollars": 83005.17 }, { "purchase_month": { "value": "2021-12-19" }, "total_sale_dollars": 80852.82999999999 }, { "purchase_month": { "value": "2021-12-26" }, "total_sale_dollars": 104786.82999999999 }, { "purchase_month": { "value": "2022-01-02" }, "total_sale_dollars": 124804.97999999998 }, { "purchase_month": { "value": "2022-01-09" }, "total_sale_dollars": 84676.67 }, { "purchase_month": { "value": "2022-01-16" }, "total_sale_dollars": 90736.42999999998 }, { "purchase_month": { "value": "2022-01-23" }, "total_sale_dollars": 88272.70000000001 }, { "purchase_month": { "value": "2022-01-30" }, "total_sale_dollars": 7540.579999999999 } ], "top_sellers_by_revenue": [ { "vendor_name": "Pernod Ricard USA/Austin Nichols", "item_description": "Absolut Swedish Vodka 80 Prf", "total_sale_dollars": 30755524.139999337, "total_bottles": 1538497, "avg_price_per_100ml": 2.2091610239918746 }, { "vendor_name": "Pernod Ricard USA/Austin Nichols", "item_description": "Absolut Swedish Vodka 80prf", "total_sale_dollars": 8115471.560000064, "total_bottles": 477019, "avg_price_per_100ml": 2.029052045346783 }, { "vendor_name": "Pernod Ricard USA/Austin Nichols", "item_description": "Absolut Citron (lemon Vodka)", "total_sale_dollars": 6039341.360000035, "total_bottles": 296414, "avg_price_per_100ml": 2.161626272881516 }, { "vendor_name": "Pernod Ricard USA/Austin Nichols", "item_description": "Absolut Mandrin", "total_sale_dollars": 2117678.950000001, "total_bottles": 108314, "avg_price_per_100ml": 2.1934811902372315 }, { "vendor_name": "Pernod Ricard USA/Austin Nichols", "item_description": "Absolut Citron", "total_sale_dollars": 1555722.0900000003, "total_bottles": 81793, "avg_price_per_100ml": 2.110506520555577 } ], "most_expensive_products": [ { "vendor_name": "Pernod Ricard USA/Austin Nichols", "item_description": "Absolut Raspberri Mini", "total_sale_dollars": 118.8, "total_bottles": 12, "avg_price_per_100ml": 19.8 }, { "vendor_name": "Pernod Ricard USA/Austin Nichols", "item_description": "Absolut Citron Mini", "total_sale_dollars": 118.8, "total_bottles": 12, "avg_price_per_100ml": 19.8 }, { "vendor_name": "Pernod Ricard USA/Austin Nichols", "item_description": "Absolut Swedish Vodka 80prf Mini", "total_sale_dollars": 497344.31999999925, "total_bottles": 41864, "avg_price_per_100ml": 17.34848685980805 }, { "vendor_name": "Pernod Ricard USA/Austin Nichols", "item_description": "Absolut Lime Mini", "total_sale_dollars": 93959.46000000005, "total_bottles": 10653, "avg_price_per_100ml": 8.713438661710038 }, { "vendor_name": "Pernod Ricard USA/Austin Nichols", "item_description": "Absolut Elyx", "total_sale_dollars": 5035.800000000001, "total_bottles": 180, "avg_price_per_100ml": 3.573882352941176 }, { "vendor_name": "Pernod Ricard USA/Austin Nichols", "item_description": "Absolut Black 100", "total_sale_dollars": 269.88, "total_bottles": 12, "avg_price_per_100ml": 2.9986666666666664 }, { "vendor_name": "Pernod Ricard USA/Austin Nichols", "item_description": "Absolut Vodka 100 Premium", "total_sale_dollars": 65944.03, "total_bottles": 2977, "avg_price_per_100ml": 2.950712409995765 }, { "vendor_name": "Pernod Ricard USA/Austin Nichols", "item_description": "Level Imported Vodka DNO", "total_sale_dollars": 503.04, "total_bottles": 24, "avg_price_per_100ml": 2.7946666666666666 }, { "vendor_name": "Pernod Ricard USA/Austin Nichols", "item_description": "Absolut Mini Trial Pack", "total_sale_dollars": 3822.31, "total_bottles": 641, "avg_price_per_100ml": 2.392571428571429 }, { "vendor_name": "Pernod Ricard USA/Austin Nichols", "item_description": "Absolut Mini Bar", "total_sale_dollars": 31381.05, "total_bottles": 5303, "avg_price_per_100ml": 2.3684227642276423 } ] }, { "vendor_name": "Phillips Beverage Company", "total_sale_dollars": 49450874.789996825, "by_month": [ { "purchase_month": { "value": "2012-01-01" }, "total_sale_dollars": 92981.94 }, { "purchase_month": { "value": "2012-01-08" }, "total_sale_dollars": 113194.23000000001 }, { "purchase_month": { "value": "2012-01-15" }, "total_sale_dollars": 105723.20999999999 }, { "purchase_month": { "value": "2012-01-22" }, "total_sale_dollars": 101941.83000000003 }, { "purchase_month": { "value": "2012-01-29" }, "total_sale_dollars": 116226.81999999999 }, { "purchase_month": { "value": "2012-02-05" }, "total_sale_dollars": 109532.49000000002 }, { "purchase_month": { "value": "2012-02-12" }, "total_sale_dollars": 118569.52999999998 }, { "purchase_month": { "value": "2012-02-19" }, "total_sale_dollars": 123153.08 }, { "purchase_month": { "value": "2012-02-26" }, "total_sale_dollars": 129160.11 }, { "purchase_month": { "value": "2012-03-04" }, "total_sale_dollars": 131429.00000000006 }, { "purchase_month": { "value": "2012-03-11" }, "total_sale_dollars": 132124.09 }, { "purchase_month": { "value": "2012-03-18" }, "total_sale_dollars": 136687.91000000003 }, { "purchase_month": { "value": "2012-03-25" }, "total_sale_dollars": 124233.06 }, { "purchase_month": { "value": "2012-04-01" }, "total_sale_dollars": 213016.87999999998 }, { "purchase_month": { "value": "2012-04-08" }, "total_sale_dollars": 255036.57999999993 }, { "purchase_month": { "value": "2012-04-15" }, "total_sale_dollars": 134084.49 }, { "purchase_month": { "value": "2012-04-22" }, "total_sale_dollars": 137533.43999999997 }, { "purchase_month": { "value": "2012-04-29" }, "total_sale_dollars": 133761.59 }, { "purchase_month": { "value": "2012-05-06" }, "total_sale_dollars": 138459.97000000003 }, { "purchase_month": { "value": "2012-05-13" }, "total_sale_dollars": 142316.93999999997 }, { "purchase_month": { "value": "2012-05-20" }, "total_sale_dollars": 169562.60000000003 }, { "purchase_month": { "value": "2012-05-27" }, "total_sale_dollars": 104847.47999999998 }, { "purchase_month": { "value": "2012-06-03" }, "total_sale_dollars": 173970.97 }, { "purchase_month": { "value": "2012-06-10" }, "total_sale_dollars": 159237.64000000004 }, { "purchase_month": { "value": "2012-06-17" }, "total_sale_dollars": 138217.97000000003 }, { "purchase_month": { "value": "2012-06-24" }, "total_sale_dollars": 230230.96 }, { "purchase_month": { "value": "2012-07-01" }, "total_sale_dollars": 157955.43999999997 }, { "purchase_month": { "value": "2012-07-08" }, "total_sale_dollars": 144803.96000000002 }, { "purchase_month": { "value": "2012-07-15" }, "total_sale_dollars": 144447.36 }, { "purchase_month": { "value": "2012-07-22" }, "total_sale_dollars": 128858.28000000001 }, { "purchase_month": { "value": "2012-07-29" }, "total_sale_dollars": 153878.15999999997 }, { "purchase_month": { "value": "2012-08-05" }, "total_sale_dollars": 193755.91 }, { "purchase_month": { "value": "2012-08-12" }, "total_sale_dollars": 140709.96999999997 }, { "purchase_month": { "value": "2012-08-19" }, "total_sale_dollars": 133852.74000000005 }, { "purchase_month": { "value": "2012-08-26" }, "total_sale_dollars": 208916.89999999997 }, { "purchase_month": { "value": "2012-09-02" }, "total_sale_dollars": 120735.27 }, { "purchase_month": { "value": "2012-09-09" }, "total_sale_dollars": 152309.66 }, { "purchase_month": { "value": "2012-09-16" }, "total_sale_dollars": 109402.38000000003 }, { "purchase_month": { "value": "2012-09-23" }, "total_sale_dollars": 101153.73000000003 }, { "purchase_month": { "value": "2012-09-30" }, "total_sale_dollars": 279933.45999999996 }, { "purchase_month": { "value": "2012-10-07" }, "total_sale_dollars": 291381.7699999999 }, { "purchase_month": { "value": "2012-10-14" }, "total_sale_dollars": 238182.43999999986 }, { "purchase_month": { "value": "2012-10-21" }, "total_sale_dollars": 242793.75999999998 }, { "purchase_month": { "value": "2012-10-28" }, "total_sale_dollars": 81102.23000000003 }, { "purchase_month": { "value": "2012-11-04" }, "total_sale_dollars": 123347.03 }, { "purchase_month": { "value": "2012-11-11" }, "total_sale_dollars": 157837.18 }, { "purchase_month": { "value": "2012-11-18" }, "total_sale_dollars": 47313.369999999995 }, { "purchase_month": { "value": "2012-11-25" }, "total_sale_dollars": 112362.13 }, { "purchase_month": { "value": "2012-12-02" }, "total_sale_dollars": 118195.26 }, { "purchase_month": { "value": "2012-12-09" }, "total_sale_dollars": 118268.08000000002 }, { "purchase_month": { "value": "2012-12-16" }, "total_sale_dollars": 157882.59999999998 }, { "purchase_month": { "value": "2012-12-23" }, "total_sale_dollars": 149581.36999999997 }, { "purchase_month": { "value": "2012-12-30" }, "total_sale_dollars": 84136.79000000004 }, { "purchase_month": { "value": "2013-01-06" }, "total_sale_dollars": 137693.43000000002 }, { "purchase_month": { "value": "2013-01-13" }, "total_sale_dollars": 124517.93999999996 }, { "purchase_month": { "value": "2013-01-20" }, "total_sale_dollars": 125071.6 }, { "purchase_month": { "value": "2013-01-27" }, "total_sale_dollars": 122648.88 }, { "purchase_month": { "value": "2013-02-03" }, "total_sale_dollars": 132509.74999999997 }, { "purchase_month": { "value": "2013-02-10" }, "total_sale_dollars": 113139.54000000001 }, { "purchase_month": { "value": "2013-02-17" }, "total_sale_dollars": 105623.31 }, { "purchase_month": { "value": "2013-02-24" }, "total_sale_dollars": 125554.5 }, { "purchase_month": { "value": "2013-03-03" }, "total_sale_dollars": 116573.16000000002 }, { "purchase_month": { "value": "2013-03-10" }, "total_sale_dollars": 130118.22000000004 }, { "purchase_month": { "value": "2013-03-17" }, "total_sale_dollars": 119433.5 }, { "purchase_month": { "value": "2013-03-24" }, "total_sale_dollars": 112738.67000000004 }, { "purchase_month": { "value": "2013-03-31" }, "total_sale_dollars": 259465.40999999992 }, { "purchase_month": { "value": "2013-04-07" }, "total_sale_dollars": 257734.23999999993 }, { "purchase_month": { "value": "2013-04-14" }, "total_sale_dollars": 112718.92 }, { "purchase_month": { "value": "2013-04-21" }, "total_sale_dollars": 116370.51000000001 }, { "purchase_month": { "value": "2013-04-28" }, "total_sale_dollars": 161901.91999999995 }, { "purchase_month": { "value": "2013-05-05" }, "total_sale_dollars": 231234.97999999998 }, { "purchase_month": { "value": "2013-05-12" }, "total_sale_dollars": 192122.38 }, { "purchase_month": { "value": "2013-05-19" }, "total_sale_dollars": 192216.38999999998 }, { "purchase_month": { "value": "2013-05-26" }, "total_sale_dollars": 204854.04 }, { "purchase_month": { "value": "2013-06-02" }, "total_sale_dollars": 167377.25999999998 }, { "purchase_month": { "value": "2013-06-09" }, "total_sale_dollars": 184032.55999999994 }, { "purchase_month": { "value": "2013-06-16" }, "total_sale_dollars": 54458.939999999995 }, { "purchase_month": { "value": "2013-06-23" }, "total_sale_dollars": 193527.65999999995 }, { "purchase_month": { "value": "2013-06-30" }, "total_sale_dollars": 139807.71000000002 }, { "purchase_month": { "value": "2013-07-07" }, "total_sale_dollars": 144034.46000000002 }, { "purchase_month": { "value": "2013-07-14" }, "total_sale_dollars": 126277.85999999997 }, { "purchase_month": { "value": "2013-07-21" }, "total_sale_dollars": 121533.50000000003 }, { "purchase_month": { "value": "2013-07-28" }, "total_sale_dollars": 138418.56 }, { "purchase_month": { "value": "2013-08-04" }, "total_sale_dollars": 141438.9 }, { "purchase_month": { "value": "2013-08-11" }, "total_sale_dollars": 139629.73000000004 }, { "purchase_month": { "value": "2013-08-18" }, "total_sale_dollars": 147261.12 }, { "purchase_month": { "value": "2013-08-25" }, "total_sale_dollars": 178362.25999999995 }, { "purchase_month": { "value": "2013-09-01" }, "total_sale_dollars": 142945.22 }, { "purchase_month": { "value": "2013-09-08" }, "total_sale_dollars": 130190.01 }, { "purchase_month": { "value": "2013-09-15" }, "total_sale_dollars": 99907.46999999999 }, { "purchase_month": { "value": "2013-09-22" }, "total_sale_dollars": 120275.59000000003 }, { "purchase_month": { "value": "2013-09-29" }, "total_sale_dollars": 346523.42000000004 }, { "purchase_month": { "value": "2013-10-06" }, "total_sale_dollars": 273112.67 }, { "purchase_month": { "value": "2013-10-13" }, "total_sale_dollars": 105237.22 }, { "purchase_month": { "value": "2013-10-20" }, "total_sale_dollars": 115440.65 }, { "purchase_month": { "value": "2013-10-27" }, "total_sale_dollars": 164255.7999999999 }, { "purchase_month": { "value": "2013-11-03" }, "total_sale_dollars": 119097.5 }, { "purchase_month": { "value": "2013-11-10" }, "total_sale_dollars": 108863.95000000001 }, { "purchase_month": { "value": "2013-11-17" }, "total_sale_dollars": 129393.60999999999 }, { "purchase_month": { "value": "2013-11-24" }, "total_sale_dollars": 51247.07 }, { "purchase_month": { "value": "2013-12-01" }, "total_sale_dollars": 120197.76999999997 }, { "purchase_month": { "value": "2013-12-08" }, "total_sale_dollars": 104307.84999999999 }, { "purchase_month": { "value": "2013-12-15" }, "total_sale_dollars": 141422.32 }, { "purchase_month": { "value": "2013-12-22" }, "total_sale_dollars": 99261.44000000002 }, { "purchase_month": { "value": "2013-12-29" }, "total_sale_dollars": 72327.94 }, { "purchase_month": { "value": "2014-01-05" }, "total_sale_dollars": 180645.83999999994 }, { "purchase_month": { "value": "2014-01-12" }, "total_sale_dollars": 86631.99000000003 }, { "purchase_month": { "value": "2014-01-19" }, "total_sale_dollars": 183938.71999999997 }, { "purchase_month": { "value": "2014-01-26" }, "total_sale_dollars": 346181.02999999997 }, { "purchase_month": { "value": "2014-02-02" }, "total_sale_dollars": 250286.6 }, { "purchase_month": { "value": "2014-02-09" }, "total_sale_dollars": 149722.56000000003 }, { "purchase_month": { "value": "2014-02-16" }, "total_sale_dollars": 105294.56999999999 }, { "purchase_month": { "value": "2014-02-23" }, "total_sale_dollars": 114772.67 }, { "purchase_month": { "value": "2014-03-02" }, "total_sale_dollars": 102609.61000000003 }, { "purchase_month": { "value": "2014-03-09" }, "total_sale_dollars": 111003.84000000001 }, { "purchase_month": { "value": "2014-03-16" }, "total_sale_dollars": 107171.37000000004 }, { "purchase_month": { "value": "2014-03-23" }, "total_sale_dollars": 91247.87 }, { "purchase_month": { "value": "2014-03-30" }, "total_sale_dollars": 143350.65999999997 }, { "purchase_month": { "value": "2014-04-06" }, "total_sale_dollars": 167725.60999999996 }, { "purchase_month": { "value": "2014-04-13" }, "total_sale_dollars": 113748.29000000004 }, { "purchase_month": { "value": "2014-04-20" }, "total_sale_dollars": 111912.37 }, { "purchase_month": { "value": "2014-04-27" }, "total_sale_dollars": 129553.7 }, { "purchase_month": { "value": "2014-05-04" }, "total_sale_dollars": 126693 }, { "purchase_month": { "value": "2014-05-11" }, "total_sale_dollars": 118081.64999999998 }, { "purchase_month": { "value": "2014-05-18" }, "total_sale_dollars": 169847.08 }, { "purchase_month": { "value": "2014-05-25" }, "total_sale_dollars": 91408.28 }, { "purchase_month": { "value": "2014-06-01" }, "total_sale_dollars": 180614.62000000002 }, { "purchase_month": { "value": "2014-06-08" }, "total_sale_dollars": 152829 }, { "purchase_month": { "value": "2014-06-15" }, "total_sale_dollars": 128029.86000000002 }, { "purchase_month": { "value": "2014-06-22" }, "total_sale_dollars": 240694.18999999992 }, { "purchase_month": { "value": "2014-06-29" }, "total_sale_dollars": 102121.31999999998 }, { "purchase_month": { "value": "2014-07-06" }, "total_sale_dollars": 137340.74000000002 }, { "purchase_month": { "value": "2014-07-13" }, "total_sale_dollars": 125452.70999999996 }, { "purchase_month": { "value": "2014-07-20" }, "total_sale_dollars": 120277.71999999999 }, { "purchase_month": { "value": "2014-07-27" }, "total_sale_dollars": 126902.3 }, { "purchase_month": { "value": "2014-08-03" }, "total_sale_dollars": 191738.84 }, { "purchase_month": { "value": "2014-08-10" }, "total_sale_dollars": 125303.89999999998 }, { "purchase_month": { "value": "2014-08-17" }, "total_sale_dollars": 156867.48000000004 }, { "purchase_month": { "value": "2014-08-24" }, "total_sale_dollars": 183860.22 }, { "purchase_month": { "value": "2014-08-31" }, "total_sale_dollars": 144794.49 }, { "purchase_month": { "value": "2014-09-07" }, "total_sale_dollars": 178525.46000000005 }, { "purchase_month": { "value": "2014-09-14" }, "total_sale_dollars": 97960.77000000002 }, { "purchase_month": { "value": "2014-09-21" }, "total_sale_dollars": 155266.37999999998 }, { "purchase_month": { "value": "2014-09-28" }, "total_sale_dollars": 177045.61000000002 }, { "purchase_month": { "value": "2014-10-05" }, "total_sale_dollars": 148335.04000000004 }, { "purchase_month": { "value": "2014-10-12" }, "total_sale_dollars": 119697.39999999998 }, { "purchase_month": { "value": "2014-10-19" }, "total_sale_dollars": 122730.61 }, { "purchase_month": { "value": "2014-10-26" }, "total_sale_dollars": 147931.45 }, { "purchase_month": { "value": "2014-11-02" }, "total_sale_dollars": 120390.61999999998 }, { "purchase_month": { "value": "2014-11-09" }, "total_sale_dollars": 84119.34999999998 }, { "purchase_month": { "value": "2014-11-16" }, "total_sale_dollars": 185660.83999999997 }, { "purchase_month": { "value": "2014-11-23" }, "total_sale_dollars": 55047.29 }, { "purchase_month": { "value": "2014-11-30" }, "total_sale_dollars": 170032.22999999998 }, { "purchase_month": { "value": "2014-12-07" }, "total_sale_dollars": 135469.83000000002 }, { "purchase_month": { "value": "2014-12-14" }, "total_sale_dollars": 160934.16 }, { "purchase_month": { "value": "2014-12-21" }, "total_sale_dollars": 108846.23000000001 }, { "purchase_month": { "value": "2014-12-28" }, "total_sale_dollars": 72852.24 }, { "purchase_month": { "value": "2015-01-04" }, "total_sale_dollars": 153013.14999999997 }, { "purchase_month": { "value": "2015-01-11" }, "total_sale_dollars": 152565.30999999997 }, { "purchase_month": { "value": "2015-01-18" }, "total_sale_dollars": 102377.70999999999 }, { "purchase_month": { "value": "2015-01-25" }, "total_sale_dollars": 140058.90999999997 }, { "purchase_month": { "value": "2015-02-01" }, "total_sale_dollars": 144805.54 }, { "purchase_month": { "value": "2015-02-08" }, "total_sale_dollars": 107849.86000000002 }, { "purchase_month": { "value": "2015-02-15" }, "total_sale_dollars": 101232.74000000006 }, { "purchase_month": { "value": "2015-02-22" }, "total_sale_dollars": 105261.87000000004 }, { "purchase_month": { "value": "2015-03-01" }, "total_sale_dollars": 128624.24000000005 }, { "purchase_month": { "value": "2015-03-08" }, "total_sale_dollars": 114379.03000000003 }, { "purchase_month": { "value": "2015-03-15" }, "total_sale_dollars": 136450.51 }, { "purchase_month": { "value": "2015-03-22" }, "total_sale_dollars": 101735.12000000002 }, { "purchase_month": { "value": "2015-03-29" }, "total_sale_dollars": 125959.56000000001 }, { "purchase_month": { "value": "2015-04-05" }, "total_sale_dollars": 134256.98 }, { "purchase_month": { "value": "2015-04-12" }, "total_sale_dollars": 117471.01000000002 }, { "purchase_month": { "value": "2015-04-19" }, "total_sale_dollars": 122569.81 }, { "purchase_month": { "value": "2015-04-26" }, "total_sale_dollars": 146527.76999999996 }, { "purchase_month": { "value": "2015-05-03" }, "total_sale_dollars": 116926.51000000002 }, { "purchase_month": { "value": "2015-05-10" }, "total_sale_dollars": 123835.68999999997 }, { "purchase_month": { "value": "2015-05-17" }, "total_sale_dollars": 147560.9 }, { "purchase_month": { "value": "2015-05-24" }, "total_sale_dollars": 75055.89 }, { "purchase_month": { "value": "2015-05-31" }, "total_sale_dollars": 177427.29000000004 }, { "purchase_month": { "value": "2015-06-07" }, "total_sale_dollars": 155411.13 }, { "purchase_month": { "value": "2015-06-14" }, "total_sale_dollars": 189050.68 }, { "purchase_month": { "value": "2015-06-21" }, "total_sale_dollars": 193753.55999999997 }, { "purchase_month": { "value": "2015-06-28" }, "total_sale_dollars": 102563.90000000002 }, { "purchase_month": { "value": "2015-07-05" }, "total_sale_dollars": 147249.36000000004 }, { "purchase_month": { "value": "2015-07-12" }, "total_sale_dollars": 118332.51000000004 }, { "purchase_month": { "value": "2015-07-19" }, "total_sale_dollars": 118477.58000000003 }, { "purchase_month": { "value": "2015-07-26" }, "total_sale_dollars": 133397.09 }, { "purchase_month": { "value": "2015-08-02" }, "total_sale_dollars": 158397.34000000005 }, { "purchase_month": { "value": "2015-08-09" }, "total_sale_dollars": 147589.55 }, { "purchase_month": { "value": "2015-08-16" }, "total_sale_dollars": 187906.19000000003 }, { "purchase_month": { "value": "2015-08-23" }, "total_sale_dollars": 189246.84999999992 }, { "purchase_month": { "value": "2015-08-30" }, "total_sale_dollars": 173602.43000000002 }, { "purchase_month": { "value": "2015-09-06" }, "total_sale_dollars": 89659.11 }, { "purchase_month": { "value": "2015-09-13" }, "total_sale_dollars": 126137.22 }, { "purchase_month": { "value": "2015-09-20" }, "total_sale_dollars": 112791.27000000002 }, { "purchase_month": { "value": "2015-09-27" }, "total_sale_dollars": 124709.75 }, { "purchase_month": { "value": "2015-10-04" }, "total_sale_dollars": 163161.33 }, { "purchase_month": { "value": "2015-10-11" }, "total_sale_dollars": 125912.92000000001 }, { "purchase_month": { "value": "2015-10-18" }, "total_sale_dollars": 118721.13 }, { "purchase_month": { "value": "2015-10-25" }, "total_sale_dollars": 120411.81000000001 }, { "purchase_month": { "value": "2015-11-01" }, "total_sale_dollars": 118338.52000000002 }, { "purchase_month": { "value": "2015-11-08" }, "total_sale_dollars": 106648.37000000002 }, { "purchase_month": { "value": "2015-11-15" }, "total_sale_dollars": 162838.46999999997 }, { "purchase_month": { "value": "2015-11-22" }, "total_sale_dollars": 43393.79 }, { "purchase_month": { "value": "2015-11-29" }, "total_sale_dollars": 137833.34000000005 }, { "purchase_month": { "value": "2015-12-06" }, "total_sale_dollars": 124950.71000000002 }, { "purchase_month": { "value": "2015-12-13" }, "total_sale_dollars": 158995.58 }, { "purchase_month": { "value": "2015-12-20" }, "total_sale_dollars": 117196.08000000003 }, { "purchase_month": { "value": "2015-12-27" }, "total_sale_dollars": 78495.26000000001 }, { "purchase_month": { "value": "2016-01-03" }, "total_sale_dollars": 127453.33000000005 }, { "purchase_month": { "value": "2016-01-10" }, "total_sale_dollars": 138877.54 }, { "purchase_month": { "value": "2016-01-17" }, "total_sale_dollars": 62734.28 }, { "purchase_month": { "value": "2016-01-24" }, "total_sale_dollars": 121579.96000000004 }, { "purchase_month": { "value": "2016-01-31" }, "total_sale_dollars": 118796.13 }, { "purchase_month": { "value": "2016-02-07" }, "total_sale_dollars": 122675.76000000007 }, { "purchase_month": { "value": "2016-02-14" }, "total_sale_dollars": 106140.05 }, { "purchase_month": { "value": "2016-02-21" }, "total_sale_dollars": 105414.77000000005 }, { "purchase_month": { "value": "2016-02-28" }, "total_sale_dollars": 130280.63999999998 }, { "purchase_month": { "value": "2016-03-06" }, "total_sale_dollars": 128790.66999999998 }, { "purchase_month": { "value": "2016-03-13" }, "total_sale_dollars": 78009.38 }, { "purchase_month": { "value": "2016-03-20" }, "total_sale_dollars": 117141.22 }, { "purchase_month": { "value": "2016-03-27" }, "total_sale_dollars": 102732.47999999997 }, { "purchase_month": { "value": "2016-04-03" }, "total_sale_dollars": 135478.27000000002 }, { "purchase_month": { "value": "2016-04-10" }, "total_sale_dollars": 113520.93 }, { "purchase_month": { "value": "2016-04-17" }, "total_sale_dollars": 137989.3 }, { "purchase_month": { "value": "2016-04-24" }, "total_sale_dollars": 182571.15000000005 }, { "purchase_month": { "value": "2016-05-01" }, "total_sale_dollars": 120397.03000000001 }, { "purchase_month": { "value": "2016-05-08" }, "total_sale_dollars": 115466.65000000002 }, { "purchase_month": { "value": "2016-05-15" }, "total_sale_dollars": 126995.58000000002 }, { "purchase_month": { "value": "2016-05-22" }, "total_sale_dollars": 181159.13000000003 }, { "purchase_month": { "value": "2016-05-29" }, "total_sale_dollars": 120908.66 }, { "purchase_month": { "value": "2016-06-05" }, "total_sale_dollars": 176848.69999999995 }, { "purchase_month": { "value": "2016-06-12" }, "total_sale_dollars": 136492.84000000003 }, { "purchase_month": { "value": "2016-06-19" }, "total_sale_dollars": 144835.37 }, { "purchase_month": { "value": "2016-06-26" }, "total_sale_dollars": 233992.74999999988 }, { "purchase_month": { "value": "2016-07-03" }, "total_sale_dollars": 91783.06000000001 }, { "purchase_month": { "value": "2016-07-10" }, "total_sale_dollars": 145999.51 }, { "purchase_month": { "value": "2016-07-17" }, "total_sale_dollars": 102719.97999999998 }, { "purchase_month": { "value": "2016-07-24" }, "total_sale_dollars": 124811.11000000002 }, { "purchase_month": { "value": "2016-07-31" }, "total_sale_dollars": 141208.61000000002 }, { "purchase_month": { "value": "2016-08-07" }, "total_sale_dollars": 162539.6 }, { "purchase_month": { "value": "2016-08-14" }, "total_sale_dollars": 136542.84 }, { "purchase_month": { "value": "2016-08-21" }, "total_sale_dollars": 161172.83999999997 }, { "purchase_month": { "value": "2016-08-28" }, "total_sale_dollars": 139671.27000000002 }, { "purchase_month": { "value": "2016-09-04" }, "total_sale_dollars": 102974.94 }, { "purchase_month": { "value": "2016-09-11" }, "total_sale_dollars": 182577.28 }, { "purchase_month": { "value": "2016-09-18" }, "total_sale_dollars": 102409.75000000003 }, { "purchase_month": { "value": "2016-09-25" }, "total_sale_dollars": 104218.34 }, { "purchase_month": { "value": "2016-10-02" }, "total_sale_dollars": 504.17999999999995 }, { "purchase_month": { "value": "2016-10-09" }, "total_sale_dollars": 534.9300000000001 }, { "purchase_month": { "value": "2016-10-16" }, "total_sale_dollars": 7120.18 }, { "purchase_month": { "value": "2016-10-23" }, "total_sale_dollars": 1245.5800000000002 }, { "purchase_month": { "value": "2016-10-30" }, "total_sale_dollars": 1341.8200000000002 }, { "purchase_month": { "value": "2016-11-06" }, "total_sale_dollars": 203.34 }, { "purchase_month": { "value": "2016-11-13" }, "total_sale_dollars": 1284.14 }, { "purchase_month": { "value": "2016-11-20" }, "total_sale_dollars": 448.45 }, { "purchase_month": { "value": "2016-11-27" }, "total_sale_dollars": 505.39 }, { "purchase_month": { "value": "2016-12-04" }, "total_sale_dollars": 671.43 }, { "purchase_month": { "value": "2016-12-11" }, "total_sale_dollars": 1062.22 }, { "purchase_month": { "value": "2016-12-18" }, "total_sale_dollars": 582.45 }, { "purchase_month": { "value": "2016-12-25" }, "total_sale_dollars": 621.5899999999999 }, { "purchase_month": { "value": "2017-01-01" }, "total_sale_dollars": 616.5500000000001 }, { "purchase_month": { "value": "2017-01-08" }, "total_sale_dollars": 924.5600000000001 }, { "purchase_month": { "value": "2017-01-15" }, "total_sale_dollars": 980.8 }, { "purchase_month": { "value": "2017-01-22" }, "total_sale_dollars": 2398.5899999999997 }, { "purchase_month": { "value": "2017-01-29" }, "total_sale_dollars": 751 }, { "purchase_month": { "value": "2017-02-05" }, "total_sale_dollars": 513.78 }, { "purchase_month": { "value": "2017-02-12" }, "total_sale_dollars": 219.69 }, { "purchase_month": { "value": "2017-02-19" }, "total_sale_dollars": 379.32000000000005 }, { "purchase_month": { "value": "2017-02-26" }, "total_sale_dollars": 955.82 }, { "purchase_month": { "value": "2017-03-05" }, "total_sale_dollars": 1068.3300000000002 }, { "purchase_month": { "value": "2017-03-12" }, "total_sale_dollars": 47629.350000000006 }, { "purchase_month": { "value": "2017-03-19" }, "total_sale_dollars": 94869.67000000001 }, { "purchase_month": { "value": "2017-03-26" }, "total_sale_dollars": 102118.49000000002 }, { "purchase_month": { "value": "2017-04-02" }, "total_sale_dollars": 128628.94 }, { "purchase_month": { "value": "2017-04-09" }, "total_sale_dollars": 133167.88999999996 }, { "purchase_month": { "value": "2017-04-16" }, "total_sale_dollars": 108302.11000000002 }, { "purchase_month": { "value": "2017-04-23" }, "total_sale_dollars": 103266.02000000002 }, { "purchase_month": { "value": "2017-04-30" }, "total_sale_dollars": 104134.86 }, { "purchase_month": { "value": "2017-05-07" }, "total_sale_dollars": 110897.82999999999 }, { "purchase_month": { "value": "2017-05-14" }, "total_sale_dollars": 108055.59000000001 }, { "purchase_month": { "value": "2017-05-21" }, "total_sale_dollars": 128418.88999999998 }, { "purchase_month": { "value": "2017-05-28" }, "total_sale_dollars": 92898.43999999996 }, { "purchase_month": { "value": "2017-06-04" }, "total_sale_dollars": 124964.69000000002 }, { "purchase_month": { "value": "2017-06-11" }, "total_sale_dollars": 136822.33 }, { "purchase_month": { "value": "2017-06-18" }, "total_sale_dollars": 135947.96999999997 }, { "purchase_month": { "value": "2017-06-25" }, "total_sale_dollars": 150332.98999999993 }, { "purchase_month": { "value": "2017-07-02" }, "total_sale_dollars": 123926.63 }, { "purchase_month": { "value": "2017-07-09" }, "total_sale_dollars": 140815.89 }, { "purchase_month": { "value": "2017-07-16" }, "total_sale_dollars": 148526.71999999994 }, { "purchase_month": { "value": "2017-07-23" }, "total_sale_dollars": 119753.13000000003 }, { "purchase_month": { "value": "2017-07-30" }, "total_sale_dollars": 117466.71999999996 }, { "purchase_month": { "value": "2017-08-06" }, "total_sale_dollars": 102094.68 }, { "purchase_month": { "value": "2017-08-13" }, "total_sale_dollars": 101641.13999999998 }, { "purchase_month": { "value": "2017-08-20" }, "total_sale_dollars": 109368.76999999997 }, { "purchase_month": { "value": "2017-08-27" }, "total_sale_dollars": 130201.64000000001 }, { "purchase_month": { "value": "2017-09-03" }, "total_sale_dollars": 82626.44999999998 }, { "purchase_month": { "value": "2017-09-10" }, "total_sale_dollars": 127540.29999999999 }, { "purchase_month": { "value": "2017-09-17" }, "total_sale_dollars": 97589.90000000002 }, { "purchase_month": { "value": "2017-09-24" }, "total_sale_dollars": 108148.76999999999 }, { "purchase_month": { "value": "2017-10-01" }, "total_sale_dollars": 130002.68000000001 }, { "purchase_month": { "value": "2017-10-08" }, "total_sale_dollars": 99095.58 }, { "purchase_month": { "value": "2017-10-15" }, "total_sale_dollars": 108198.62 }, { "purchase_month": { "value": "2017-10-22" }, "total_sale_dollars": 106212.73 }, { "purchase_month": { "value": "2017-10-29" }, "total_sale_dollars": 77299.21000000002 }, { "purchase_month": { "value": "2017-11-05" }, "total_sale_dollars": 124056.87 }, { "purchase_month": { "value": "2017-11-12" }, "total_sale_dollars": 117917.42000000004 }, { "purchase_month": { "value": "2017-11-19" }, "total_sale_dollars": 60860.48 }, { "purchase_month": { "value": "2017-11-26" }, "total_sale_dollars": 125595.14000000004 }, { "purchase_month": { "value": "2017-12-03" }, "total_sale_dollars": 93375.42999999998 }, { "purchase_month": { "value": "2017-12-10" }, "total_sale_dollars": 91984.07 }, { "purchase_month": { "value": "2017-12-17" }, "total_sale_dollars": 131425.98 }, { "purchase_month": { "value": "2017-12-24" }, "total_sale_dollars": 47127.19 }, { "purchase_month": { "value": "2017-12-31" }, "total_sale_dollars": 625.38 }, { "purchase_month": { "value": "2018-01-07" }, "total_sale_dollars": 546.18 }, { "purchase_month": { "value": "2018-01-14" }, "total_sale_dollars": 416.82 }, { "purchase_month": { "value": "2018-01-21" }, "total_sale_dollars": 7296.96 }, { "purchase_month": { "value": "2018-01-28" }, "total_sale_dollars": 230.19 }, { "purchase_month": { "value": "2018-02-04" }, "total_sale_dollars": 429.09000000000003 }, { "purchase_month": { "value": "2018-02-11" }, "total_sale_dollars": 295.53 }, { "purchase_month": { "value": "2018-02-18" }, "total_sale_dollars": 348.65999999999997 }, { "purchase_month": { "value": "2018-02-25" }, "total_sale_dollars": 522.58 }, { "purchase_month": { "value": "2018-03-04" }, "total_sale_dollars": 441.34000000000003 }, { "purchase_month": { "value": "2018-03-11" }, "total_sale_dollars": 854.94 }, { "purchase_month": { "value": "2018-03-18" }, "total_sale_dollars": 318.12 }, { "purchase_month": { "value": "2018-03-25" }, "total_sale_dollars": 296.22 }, { "purchase_month": { "value": "2018-04-01" }, "total_sale_dollars": 475.86 }, { "purchase_month": { "value": "2018-04-08" }, "total_sale_dollars": 201.12 }, { "purchase_month": { "value": "2018-04-15" }, "total_sale_dollars": 362.82 }, { "purchase_month": { "value": "2018-04-22" }, "total_sale_dollars": 183.81 }, { "purchase_month": { "value": "2018-04-29" }, "total_sale_dollars": 122.82 }, { "purchase_month": { "value": "2018-05-06" }, "total_sale_dollars": 233.28 }, { "purchase_month": { "value": "2018-05-13" }, "total_sale_dollars": 362.67 }, { "purchase_month": { "value": "2018-05-20" }, "total_sale_dollars": 964.7700000000001 }, { "purchase_month": { "value": "2018-05-27" }, "total_sale_dollars": 462.84000000000003 }, { "purchase_month": { "value": "2018-06-03" }, "total_sale_dollars": 38576.850000000006 }, { "purchase_month": { "value": "2018-06-10" }, "total_sale_dollars": 112764.20999999999 }, { "purchase_month": { "value": "2018-06-17" }, "total_sale_dollars": 120521.58999999998 }, { "purchase_month": { "value": "2018-06-24" }, "total_sale_dollars": 181296.71000000002 }, { "purchase_month": { "value": "2018-07-01" }, "total_sale_dollars": 66177.38 }, { "purchase_month": { "value": "2018-07-08" }, "total_sale_dollars": 122566.31999999998 }, { "purchase_month": { "value": "2018-07-15" }, "total_sale_dollars": 97987.18000000001 }, { "purchase_month": { "value": "2018-07-22" }, "total_sale_dollars": 95341.31999999999 }, { "purchase_month": { "value": "2018-07-29" }, "total_sale_dollars": 66589.43 }, { "purchase_month": { "value": "2018-08-05" }, "total_sale_dollars": 421.14000000000004 }, { "purchase_month": { "value": "2018-08-12" }, "total_sale_dollars": 426.6 }, { "purchase_month": { "value": "2018-08-19" }, "total_sale_dollars": 110.02 }, { "purchase_month": { "value": "2018-08-26" }, "total_sale_dollars": 477.29999999999995 }, { "purchase_month": { "value": "2018-09-02" }, "total_sale_dollars": 77196.01999999999 }, { "purchase_month": { "value": "2018-09-09" }, "total_sale_dollars": 99841.76000000001 }, { "purchase_month": { "value": "2018-09-16" }, "total_sale_dollars": 128566.09999999999 }, { "purchase_month": { "value": "2018-09-23" }, "total_sale_dollars": 109406.32 }, { "purchase_month": { "value": "2018-09-30" }, "total_sale_dollars": 112308.06999999998 }, { "purchase_month": { "value": "2018-10-07" }, "total_sale_dollars": 95218.39000000003 }, { "purchase_month": { "value": "2018-10-14" }, "total_sale_dollars": 85157.51000000001 }, { "purchase_month": { "value": "2018-10-21" }, "total_sale_dollars": 99142.56999999998 }, { "purchase_month": { "value": "2018-10-28" }, "total_sale_dollars": 78308.63999999998 }, { "purchase_month": { "value": "2018-11-04" }, "total_sale_dollars": 28983.26 }, { "purchase_month": { "value": "2018-11-11" }, "total_sale_dollars": 669.1199999999999 }, { "purchase_month": { "value": "2018-11-18" }, "total_sale_dollars": 564.5999999999999 }, { "purchase_month": { "value": "2018-11-25" }, "total_sale_dollars": 495.29999999999995 }, { "purchase_month": { "value": "2018-12-02" }, "total_sale_dollars": 402.24000000000007 }, { "purchase_month": { "value": "2018-12-09" }, "total_sale_dollars": 344.61 }, { "purchase_month": { "value": "2018-12-16" }, "total_sale_dollars": 473.89000000000004 }, { "purchase_month": { "value": "2018-12-23" }, "total_sale_dollars": 732.69 }, { "purchase_month": { "value": "2018-12-30" }, "total_sale_dollars": 303.84000000000003 }, { "purchase_month": { "value": "2019-01-06" }, "total_sale_dollars": 155.28 }, { "purchase_month": { "value": "2019-01-13" }, "total_sale_dollars": 607.98 }, { "purchase_month": { "value": "2019-01-20" }, "total_sale_dollars": 497.70000000000005 }, { "purchase_month": { "value": "2019-01-27" }, "total_sale_dollars": 399.9 }, { "purchase_month": { "value": "2019-02-03" }, "total_sale_dollars": 125.26 }, { "purchase_month": { "value": "2019-02-10" }, "total_sale_dollars": 274.74 }, { "purchase_month": { "value": "2019-02-17" }, "total_sale_dollars": 281.64 }, { "purchase_month": { "value": "2019-02-24" }, "total_sale_dollars": 9087.289999999999 }, { "purchase_month": { "value": "2019-03-03" }, "total_sale_dollars": 100215.78 }, { "purchase_month": { "value": "2019-03-10" }, "total_sale_dollars": 89785.60999999999 }, { "purchase_month": { "value": "2019-03-17" }, "total_sale_dollars": 92528.15999999999 }, { "purchase_month": { "value": "2019-03-24" }, "total_sale_dollars": 90284.47 }, { "purchase_month": { "value": "2019-03-31" }, "total_sale_dollars": 83799.86999999998 }, { "purchase_month": { "value": "2019-04-07" }, "total_sale_dollars": 98328.16000000002 }, { "purchase_month": { "value": "2019-04-14" }, "total_sale_dollars": 81137.72000000003 }, { "purchase_month": { "value": "2019-04-21" }, "total_sale_dollars": 91063.31 }, { "purchase_month": { "value": "2019-04-28" }, "total_sale_dollars": 94557.99000000002 }, { "purchase_month": { "value": "2019-05-05" }, "total_sale_dollars": 106306.77 }, { "purchase_month": { "value": "2019-05-12" }, "total_sale_dollars": 132017.33000000002 }, { "purchase_month": { "value": "2019-05-19" }, "total_sale_dollars": 110355.4 }, { "purchase_month": { "value": "2019-05-26" }, "total_sale_dollars": 98584.98000000003 }, { "purchase_month": { "value": "2019-06-02" }, "total_sale_dollars": 102138.04000000002 }, { "purchase_month": { "value": "2019-06-09" }, "total_sale_dollars": 111796.48000000005 }, { "purchase_month": { "value": "2019-06-16" }, "total_sale_dollars": 91637.98999999999 }, { "purchase_month": { "value": "2019-06-23" }, "total_sale_dollars": 118629.89000000003 }, { "purchase_month": { "value": "2019-06-30" }, "total_sale_dollars": 111671.26 }, { "purchase_month": { "value": "2019-07-07" }, "total_sale_dollars": 119922.43 }, { "purchase_month": { "value": "2019-07-14" }, "total_sale_dollars": 109061.94000000003 }, { "purchase_month": { "value": "2019-07-21" }, "total_sale_dollars": 88631.13999999998 }, { "purchase_month": { "value": "2019-07-28" }, "total_sale_dollars": 60779.250000000015 }, { "purchase_month": { "value": "2020-02-02" }, "total_sale_dollars": 89081.68000000001 }, { "purchase_month": { "value": "2020-02-09" }, "total_sale_dollars": 70907.57 }, { "purchase_month": { "value": "2020-02-16" }, "total_sale_dollars": 77238.53000000001 }, { "purchase_month": { "value": "2020-02-23" }, "total_sale_dollars": 79037.23000000003 }, { "purchase_month": { "value": "2020-03-01" }, "total_sale_dollars": 91255.08000000002 }, { "purchase_month": { "value": "2020-03-08" }, "total_sale_dollars": 94963.41000000002 }, { "purchase_month": { "value": "2020-03-15" }, "total_sale_dollars": 109991.00000000003 }, { "purchase_month": { "value": "2020-03-22" }, "total_sale_dollars": 99565.24 }, { "purchase_month": { "value": "2020-03-29" }, "total_sale_dollars": 84685.55 }, { "purchase_month": { "value": "2020-04-05" }, "total_sale_dollars": 88479.13000000002 }, { "purchase_month": { "value": "2020-04-12" }, "total_sale_dollars": 86238.71 }, { "purchase_month": { "value": "2020-04-19" }, "total_sale_dollars": 80232.89000000003 }, { "purchase_month": { "value": "2020-04-26" }, "total_sale_dollars": 97934.07000000002 }, { "purchase_month": { "value": "2020-05-03" }, "total_sale_dollars": 94001.41999999998 }, { "purchase_month": { "value": "2020-05-10" }, "total_sale_dollars": 101357.28000000001 }, { "purchase_month": { "value": "2020-05-17" }, "total_sale_dollars": 87632.45000000001 }, { "purchase_month": { "value": "2020-05-24" }, "total_sale_dollars": 85132.37999999999 }, { "purchase_month": { "value": "2020-05-31" }, "total_sale_dollars": 145831.83 }, { "purchase_month": { "value": "2020-06-07" }, "total_sale_dollars": 120160.45000000001 }, { "purchase_month": { "value": "2020-06-14" }, "total_sale_dollars": 116644.57999999997 }, { "purchase_month": { "value": "2020-06-21" }, "total_sale_dollars": 124397.21000000004 }, { "purchase_month": { "value": "2020-06-28" }, "total_sale_dollars": 112515.48000000003 }, { "purchase_month": { "value": "2020-07-05" }, "total_sale_dollars": 96514.7 }, { "purchase_month": { "value": "2020-07-12" }, "total_sale_dollars": 90695.17000000001 }, { "purchase_month": { "value": "2020-07-19" }, "total_sale_dollars": 111511.17000000004 }, { "purchase_month": { "value": "2020-07-26" }, "total_sale_dollars": 96282.19000000005 }, { "purchase_month": { "value": "2020-08-02" }, "total_sale_dollars": 106524.92000000003 }, { "purchase_month": { "value": "2020-08-09" }, "total_sale_dollars": 82470.07999999999 }, { "purchase_month": { "value": "2020-08-16" }, "total_sale_dollars": 107713.06 }, { "purchase_month": { "value": "2020-08-23" }, "total_sale_dollars": 121117.47 }, { "purchase_month": { "value": "2020-08-30" }, "total_sale_dollars": 97023.68000000002 }, { "purchase_month": { "value": "2020-09-06" }, "total_sale_dollars": 101242.84999999998 }, { "purchase_month": { "value": "2020-09-13" }, "total_sale_dollars": 85134.33 }, { "purchase_month": { "value": "2020-09-20" }, "total_sale_dollars": 86532.42000000001 }, { "purchase_month": { "value": "2020-09-27" }, "total_sale_dollars": 85396.26000000002 }, { "purchase_month": { "value": "2020-10-04" }, "total_sale_dollars": 81745.85999999997 }, { "purchase_month": { "value": "2020-10-11" }, "total_sale_dollars": 76010.75000000003 }, { "purchase_month": { "value": "2020-10-18" }, "total_sale_dollars": 85753.42000000001 }, { "purchase_month": { "value": "2020-10-25" }, "total_sale_dollars": 77092.75 }, { "purchase_month": { "value": "2020-11-01" }, "total_sale_dollars": 88900.91999999997 }, { "purchase_month": { "value": "2020-11-08" }, "total_sale_dollars": 89160.94 }, { "purchase_month": { "value": "2020-11-15" }, "total_sale_dollars": 80833.31999999998 }, { "purchase_month": { "value": "2020-11-22" }, "total_sale_dollars": 69142.54000000001 }, { "purchase_month": { "value": "2020-11-29" }, "total_sale_dollars": 17578.640000000003 }, { "purchase_month": { "value": "2021-05-09" }, "total_sale_dollars": 42685.73 }, { "purchase_month": { "value": "2021-05-16" }, "total_sale_dollars": 95711.15000000001 }, { "purchase_month": { "value": "2021-05-23" }, "total_sale_dollars": 88762.29999999997 }, { "purchase_month": { "value": "2021-05-30" }, "total_sale_dollars": 82013.54999999997 }, { "purchase_month": { "value": "2021-06-06" }, "total_sale_dollars": 111958.68000000002 }, { "purchase_month": { "value": "2021-06-13" }, "total_sale_dollars": 97302.70999999998 }, { "purchase_month": { "value": "2021-06-20" }, "total_sale_dollars": 97209.74000000005 }, { "purchase_month": { "value": "2021-06-27" }, "total_sale_dollars": 110680.17 }, { "purchase_month": { "value": "2021-07-04" }, "total_sale_dollars": 111801.94 }, { "purchase_month": { "value": "2021-07-11" }, "total_sale_dollars": 83887.79999999999 }, { "purchase_month": { "value": "2021-07-18" }, "total_sale_dollars": 68738.13 }, { "purchase_month": { "value": "2021-07-25" }, "total_sale_dollars": 64579.19000000001 }, { "purchase_month": { "value": "2021-08-01" }, "total_sale_dollars": 86549.69 }, { "purchase_month": { "value": "2021-08-08" }, "total_sale_dollars": 74990.63 }, { "purchase_month": { "value": "2021-08-15" }, "total_sale_dollars": 76736.74999999999 }, { "purchase_month": { "value": "2021-08-22" }, "total_sale_dollars": 90116.12999999998 }, { "purchase_month": { "value": "2021-08-29" }, "total_sale_dollars": 82689.46000000002 }, { "purchase_month": { "value": "2021-09-05" }, "total_sale_dollars": 72538.14000000001 }, { "purchase_month": { "value": "2021-09-12" }, "total_sale_dollars": 68281.23000000001 }, { "purchase_month": { "value": "2021-09-19" }, "total_sale_dollars": 88827.83000000003 }, { "purchase_month": { "value": "2021-09-26" }, "total_sale_dollars": 67248.78 }, { "purchase_month": { "value": "2021-12-19" }, "total_sale_dollars": 58503.080000000016 }, { "purchase_month": { "value": "2021-12-26" }, "total_sale_dollars": 57936.68 }, { "purchase_month": { "value": "2022-01-02" }, "total_sale_dollars": 65157.84 }, { "purchase_month": { "value": "2022-01-09" }, "total_sale_dollars": 60661.00000000001 }, { "purchase_month": { "value": "2022-01-16" }, "total_sale_dollars": 66085.26999999999 }, { "purchase_month": { "value": "2022-01-23" }, "total_sale_dollars": 70833.31999999999 }, { "purchase_month": { "value": "2022-01-30" }, "total_sale_dollars": 7186.69 } ], "top_sellers_by_revenue": [ { "vendor_name": "Phillips Beverage Company", "item_description": "Phillips Vodka", "total_sale_dollars": 13982116.180000441, "total_bottles": 1684456, "avg_price_per_100ml": 0.6589513166233194 }, { "vendor_name": "Phillips Beverage Company", "item_description": "Uv Blue (raspberry) Vodka", "total_sale_dollars": 10210249.900000107, "total_bottles": 912212, "avg_price_per_100ml": 1.1574320088909935 }, { "vendor_name": "Phillips Beverage Company", "item_description": "UV Vodka PET", "total_sale_dollars": 5660874.63000005, "total_bottles": 354862, "avg_price_per_100ml": 0.929166762915828 }, { "vendor_name": "Phillips Beverage Company", "item_description": "UV Blue Raspberry", "total_sale_dollars": 2519743.160000004, "total_bottles": 216787, "avg_price_per_100ml": 1.189755271001014 }, { "vendor_name": "Phillips Beverage Company", "item_description": "Uv Red (cherry) Vodka", "total_sale_dollars": 2480612.220000003, "total_bottles": 228616, "avg_price_per_100ml": 1.1935782082324453 } ], "most_expensive_products": [ { "vendor_name": "Phillips Beverage Company", "item_description": "Prairie Organic Watermelon Cucumber Lime FL Vodka Mini", "total_sale_dollars": 552, "total_bottles": 80, "avg_price_per_100ml": 13.8 }, { "vendor_name": "Phillips Beverage Company", "item_description": "Prairie Organic Apple Pear Ginger FL Vodka Mini", "total_sale_dollars": 200.10000000000002, "total_bottles": 29, "avg_price_per_100ml": 13.8 }, { "vendor_name": "Phillips Beverage Company", "item_description": "Prairie Organic Grapefruit Hibiscus Chamomile FL Vodka Mini", "total_sale_dollars": 151.8, "total_bottles": 22, "avg_price_per_100ml": 13.8 }, { "vendor_name": "Phillips Beverage Company", "item_description": "UV Blue Raspberry Mini", "total_sale_dollars": 148554.3000000001, "total_bottles": 21884, "avg_price_per_100ml": 10.444272051009568 }, { "vendor_name": "Phillips Beverage Company", "item_description": "UV Cake Mini", "total_sale_dollars": 82119.00000000003, "total_bottles": 12086, "avg_price_per_100ml": 10.413291828793776 }, { "vendor_name": "Phillips Beverage Company", "item_description": "UV Red Cherry Mini", "total_sale_dollars": 38818.19999999999, "total_bottles": 5729, "avg_price_per_100ml": 10.237662508207485 }, { "vendor_name": "Phillips Beverage Company", "item_description": "Row Vodka Mini", "total_sale_dollars": 45935.19999999998, "total_bottles": 8536, "avg_price_per_100ml": 8.709057254901959 }, { "vendor_name": "Phillips Beverage Company", "item_description": "Phillips Vodka Mini", "total_sale_dollars": 1544.4, "total_bottles": 234, "avg_price_per_100ml": 2.54896551724138 }, { "vendor_name": "Phillips Beverage Company", "item_description": "UV Peach Mini", "total_sale_dollars": 24615.18, "total_bottles": 3008, "avg_price_per_100ml": 2.223420731707317 }, { "vendor_name": "Phillips Beverage Company", "item_description": "Prairie Organic Grapefruit Hibiscus Chamomile FL Vodka", "total_sale_dollars": 4191, "total_bottles": 254, "avg_price_per_100ml": 2.1999999999999997 } ] }, { "vendor_name": "Luxco-St Louis", "total_sale_dollars": 48777247.580003455, "by_month": [ { "purchase_month": { "value": "2012-01-01" }, "total_sale_dollars": 52520.909999999996 }, { "purchase_month": { "value": "2012-01-08" }, "total_sale_dollars": 112257.30000000002 }, { "purchase_month": { "value": "2012-01-15" }, "total_sale_dollars": 118063.49999999999 }, { "purchase_month": { "value": "2012-01-22" }, "total_sale_dollars": 158341.85 }, { "purchase_month": { "value": "2012-01-29" }, "total_sale_dollars": 107257.83999999998 }, { "purchase_month": { "value": "2012-02-05" }, "total_sale_dollars": 81472.98000000001 }, { "purchase_month": { "value": "2012-02-12" }, "total_sale_dollars": 77767.16000000002 }, { "purchase_month": { "value": "2012-02-19" }, "total_sale_dollars": 91840.98999999996 }, { "purchase_month": { "value": "2012-02-26" }, "total_sale_dollars": 98875.65 }, { "purchase_month": { "value": "2012-03-04" }, "total_sale_dollars": 120518.40000000001 }, { "purchase_month": { "value": "2012-03-11" }, "total_sale_dollars": 120396.23000000001 }, { "purchase_month": { "value": "2012-03-18" }, "total_sale_dollars": 136859.16 }, { "purchase_month": { "value": "2012-03-25" }, "total_sale_dollars": 138742.50000000003 }, { "purchase_month": { "value": "2012-04-01" }, "total_sale_dollars": 91523.23999999999 }, { "purchase_month": { "value": "2012-04-08" }, "total_sale_dollars": 89202.40000000001 }, { "purchase_month": { "value": "2012-04-15" }, "total_sale_dollars": 95483.83999999997 }, { "purchase_month": { "value": "2012-04-22" }, "total_sale_dollars": 88165.88 }, { "purchase_month": { "value": "2012-04-29" }, "total_sale_dollars": 137344.65 }, { "purchase_month": { "value": "2012-05-06" }, "total_sale_dollars": 131213.13999999998 }, { "purchase_month": { "value": "2012-05-13" }, "total_sale_dollars": 134692.16999999998 }, { "purchase_month": { "value": "2012-05-20" }, "total_sale_dollars": 150868.65000000005 }, { "purchase_month": { "value": "2012-05-27" }, "total_sale_dollars": 85353.74999999999 }, { "purchase_month": { "value": "2012-06-03" }, "total_sale_dollars": 111462.70000000001 }, { "purchase_month": { "value": "2012-06-10" }, "total_sale_dollars": 116128.01999999997 }, { "purchase_month": { "value": "2012-06-17" }, "total_sale_dollars": 123332.88000000002 }, { "purchase_month": { "value": "2012-06-24" }, "total_sale_dollars": 202454.50000000006 }, { "purchase_month": { "value": "2012-07-01" }, "total_sale_dollars": 101528.01000000001 }, { "purchase_month": { "value": "2012-07-08" }, "total_sale_dollars": 104997.1 }, { "purchase_month": { "value": "2012-07-15" }, "total_sale_dollars": 111750.55999999994 }, { "purchase_month": { "value": "2012-07-22" }, "total_sale_dollars": 101614.68000000002 }, { "purchase_month": { "value": "2012-07-29" }, "total_sale_dollars": 133830.43 }, { "purchase_month": { "value": "2012-08-05" }, "total_sale_dollars": 154913.67999999996 }, { "purchase_month": { "value": "2012-08-12" }, "total_sale_dollars": 154539.03 }, { "purchase_month": { "value": "2012-08-19" }, "total_sale_dollars": 173031.48999999996 }, { "purchase_month": { "value": "2012-08-26" }, "total_sale_dollars": 187953.77000000005 }, { "purchase_month": { "value": "2012-09-02" }, "total_sale_dollars": 86332.12000000001 }, { "purchase_month": { "value": "2012-09-09" }, "total_sale_dollars": 112202.40999999999 }, { "purchase_month": { "value": "2012-09-16" }, "total_sale_dollars": 98123.06999999998 }, { "purchase_month": { "value": "2012-09-23" }, "total_sale_dollars": 102004.06000000001 }, { "purchase_month": { "value": "2012-09-30" }, "total_sale_dollars": 250331.98000000004 }, { "purchase_month": { "value": "2012-10-07" }, "total_sale_dollars": 204485.63000000003 }, { "purchase_month": { "value": "2012-10-14" }, "total_sale_dollars": 249137.20999999996 }, { "purchase_month": { "value": "2012-10-21" }, "total_sale_dollars": 215720.37000000005 }, { "purchase_month": { "value": "2012-10-28" }, "total_sale_dollars": 130896.96 }, { "purchase_month": { "value": "2012-11-04" }, "total_sale_dollars": 97314.93000000002 }, { "purchase_month": { "value": "2012-11-11" }, "total_sale_dollars": 146748.12000000002 }, { "purchase_month": { "value": "2012-11-18" }, "total_sale_dollars": 30290.890000000007 }, { "purchase_month": { "value": "2012-11-25" }, "total_sale_dollars": 84980.37 }, { "purchase_month": { "value": "2012-12-02" }, "total_sale_dollars": 106110.30000000002 }, { "purchase_month": { "value": "2012-12-09" }, "total_sale_dollars": 109473.13 }, { "purchase_month": { "value": "2012-12-16" }, "total_sale_dollars": 149254.24 }, { "purchase_month": { "value": "2012-12-23" }, "total_sale_dollars": 96026.97000000002 }, { "purchase_month": { "value": "2012-12-30" }, "total_sale_dollars": 68685.42000000001 }, { "purchase_month": { "value": "2013-01-06" }, "total_sale_dollars": 133452.80000000002 }, { "purchase_month": { "value": "2013-01-13" }, "total_sale_dollars": 156302.92000000004 }, { "purchase_month": { "value": "2013-01-20" }, "total_sale_dollars": 131833.94 }, { "purchase_month": { "value": "2013-01-27" }, "total_sale_dollars": 130133.31999999999 }, { "purchase_month": { "value": "2013-02-03" }, "total_sale_dollars": 98225.55999999998 }, { "purchase_month": { "value": "2013-02-10" }, "total_sale_dollars": 97200.35999999999 }, { "purchase_month": { "value": "2013-02-17" }, "total_sale_dollars": 103016.76999999996 }, { "purchase_month": { "value": "2013-02-24" }, "total_sale_dollars": 100879.17 }, { "purchase_month": { "value": "2013-03-03" }, "total_sale_dollars": 98996.93000000001 }, { "purchase_month": { "value": "2013-03-10" }, "total_sale_dollars": 102688.41000000002 }, { "purchase_month": { "value": "2013-03-17" }, "total_sale_dollars": 104886.84000000001 }, { "purchase_month": { "value": "2013-03-24" }, "total_sale_dollars": 105317.44999999998 }, { "purchase_month": { "value": "2013-03-31" }, "total_sale_dollars": 181908.38999999996 }, { "purchase_month": { "value": "2013-04-07" }, "total_sale_dollars": 211078.62999999998 }, { "purchase_month": { "value": "2013-04-14" }, "total_sale_dollars": 149387.12000000002 }, { "purchase_month": { "value": "2013-04-21" }, "total_sale_dollars": 139066.26000000004 }, { "purchase_month": { "value": "2013-04-28" }, "total_sale_dollars": 117121.98999999998 }, { "purchase_month": { "value": "2013-05-05" }, "total_sale_dollars": 106246.70000000001 }, { "purchase_month": { "value": "2013-05-12" }, "total_sale_dollars": 99764.36000000002 }, { "purchase_month": { "value": "2013-05-19" }, "total_sale_dollars": 121583.65 }, { "purchase_month": { "value": "2013-05-26" }, "total_sale_dollars": 100365.09 }, { "purchase_month": { "value": "2013-06-02" }, "total_sale_dollars": 130655.87 }, { "purchase_month": { "value": "2013-06-09" }, "total_sale_dollars": 202478.97999999998 }, { "purchase_month": { "value": "2013-06-16" }, "total_sale_dollars": 56425.71 }, { "purchase_month": { "value": "2013-06-23" }, "total_sale_dollars": 189724.93000000005 }, { "purchase_month": { "value": "2013-06-30" }, "total_sale_dollars": 121454.01999999999 }, { "purchase_month": { "value": "2013-07-07" }, "total_sale_dollars": 113608.09000000001 }, { "purchase_month": { "value": "2013-07-14" }, "total_sale_dollars": 123366.95000000001 }, { "purchase_month": { "value": "2013-07-21" }, "total_sale_dollars": 118266.93 }, { "purchase_month": { "value": "2013-07-28" }, "total_sale_dollars": 131634.97 }, { "purchase_month": { "value": "2013-08-04" }, "total_sale_dollars": 214943.74000000002 }, { "purchase_month": { "value": "2013-08-11" }, "total_sale_dollars": 216363.31999999998 }, { "purchase_month": { "value": "2013-08-18" }, "total_sale_dollars": 134397.01 }, { "purchase_month": { "value": "2013-08-25" }, "total_sale_dollars": 170317.59000000003 }, { "purchase_month": { "value": "2013-09-01" }, "total_sale_dollars": 193572.78 }, { "purchase_month": { "value": "2013-09-08" }, "total_sale_dollars": 106675.72999999995 }, { "purchase_month": { "value": "2013-09-15" }, "total_sale_dollars": 124481.99999999999 }, { "purchase_month": { "value": "2013-09-22" }, "total_sale_dollars": 108647.65 }, { "purchase_month": { "value": "2013-09-29" }, "total_sale_dollars": 263831.7299999999 }, { "purchase_month": { "value": "2013-10-06" }, "total_sale_dollars": 190117.24 }, { "purchase_month": { "value": "2013-10-13" }, "total_sale_dollars": 124723.73 }, { "purchase_month": { "value": "2013-10-20" }, "total_sale_dollars": 165696.22999999995 }, { "purchase_month": { "value": "2013-10-27" }, "total_sale_dollars": 121727.54999999997 }, { "purchase_month": { "value": "2013-11-03" }, "total_sale_dollars": 103836.57999999996 }, { "purchase_month": { "value": "2013-11-10" }, "total_sale_dollars": 110623.74999999999 }, { "purchase_month": { "value": "2013-11-17" }, "total_sale_dollars": 167452.02999999997 }, { "purchase_month": { "value": "2013-11-24" }, "total_sale_dollars": 44483.98999999999 }, { "purchase_month": { "value": "2013-12-01" }, "total_sale_dollars": 123078.67999999998 }, { "purchase_month": { "value": "2013-12-08" }, "total_sale_dollars": 120119.18999999996 }, { "purchase_month": { "value": "2013-12-15" }, "total_sale_dollars": 169349.27 }, { "purchase_month": { "value": "2013-12-22" }, "total_sale_dollars": 102285.95999999995 }, { "purchase_month": { "value": "2013-12-29" }, "total_sale_dollars": 43940.87 }, { "purchase_month": { "value": "2014-01-05" }, "total_sale_dollars": 137999.03999999995 }, { "purchase_month": { "value": "2014-01-12" }, "total_sale_dollars": 126824.17999999996 }, { "purchase_month": { "value": "2014-01-19" }, "total_sale_dollars": 171728.12 }, { "purchase_month": { "value": "2014-01-26" }, "total_sale_dollars": 176274.35 }, { "purchase_month": { "value": "2014-02-02" }, "total_sale_dollars": 95423.34999999998 }, { "purchase_month": { "value": "2014-02-09" }, "total_sale_dollars": 112401.21 }, { "purchase_month": { "value": "2014-02-16" }, "total_sale_dollars": 97943.13 }, { "purchase_month": { "value": "2014-02-23" }, "total_sale_dollars": 115546.92000000001 }, { "purchase_month": { "value": "2014-03-02" }, "total_sale_dollars": 112057.58999999995 }, { "purchase_month": { "value": "2014-03-09" }, "total_sale_dollars": 103125.24999999997 }, { "purchase_month": { "value": "2014-03-16" }, "total_sale_dollars": 108598.36999999997 }, { "purchase_month": { "value": "2014-03-23" }, "total_sale_dollars": 100470.72999999995 }, { "purchase_month": { "value": "2014-03-30" }, "total_sale_dollars": 156431.07 }, { "purchase_month": { "value": "2014-04-06" }, "total_sale_dollars": 200132.64999999997 }, { "purchase_month": { "value": "2014-04-13" }, "total_sale_dollars": 140133.08999999994 }, { "purchase_month": { "value": "2014-04-20" }, "total_sale_dollars": 141752.79999999996 }, { "purchase_month": { "value": "2014-04-27" }, "total_sale_dollars": 142183.65999999995 }, { "purchase_month": { "value": "2014-05-04" }, "total_sale_dollars": 101378.08999999998 }, { "purchase_month": { "value": "2014-05-11" }, "total_sale_dollars": 116224.09999999998 }, { "purchase_month": { "value": "2014-05-18" }, "total_sale_dollars": 149567.85999999993 }, { "purchase_month": { "value": "2014-05-25" }, "total_sale_dollars": 86992.31999999996 }, { "purchase_month": { "value": "2014-06-01" }, "total_sale_dollars": 129203.82999999997 }, { "purchase_month": { "value": "2014-06-08" }, "total_sale_dollars": 129476.02 }, { "purchase_month": { "value": "2014-06-15" }, "total_sale_dollars": 126327.49999999994 }, { "purchase_month": { "value": "2014-06-22" }, "total_sale_dollars": 173625.10999999996 }, { "purchase_month": { "value": "2014-06-29" }, "total_sale_dollars": 92819.55999999998 }, { "purchase_month": { "value": "2014-07-06" }, "total_sale_dollars": 128624.04 }, { "purchase_month": { "value": "2014-07-13" }, "total_sale_dollars": 132281.81999999995 }, { "purchase_month": { "value": "2014-07-20" }, "total_sale_dollars": 129921.65000000001 }, { "purchase_month": { "value": "2014-07-27" }, "total_sale_dollars": 127687.16000000002 }, { "purchase_month": { "value": "2014-08-03" }, "total_sale_dollars": 129131.61999999994 }, { "purchase_month": { "value": "2014-08-10" }, "total_sale_dollars": 124776.66999999997 }, { "purchase_month": { "value": "2014-08-17" }, "total_sale_dollars": 125128.87999999993 }, { "purchase_month": { "value": "2014-08-24" }, "total_sale_dollars": 207800.6599999999 }, { "purchase_month": { "value": "2014-08-31" }, "total_sale_dollars": 92709.80999999998 }, { "purchase_month": { "value": "2014-09-07" }, "total_sale_dollars": 139551.21999999997 }, { "purchase_month": { "value": "2014-09-14" }, "total_sale_dollars": 117583.26999999997 }, { "purchase_month": { "value": "2014-09-21" }, "total_sale_dollars": 131276.99999999997 }, { "purchase_month": { "value": "2014-09-28" }, "total_sale_dollars": 124910.02000000002 }, { "purchase_month": { "value": "2014-10-05" }, "total_sale_dollars": 123459.87999999998 }, { "purchase_month": { "value": "2014-10-12" }, "total_sale_dollars": 121458.51 }, { "purchase_month": { "value": "2014-10-19" }, "total_sale_dollars": 126250.49999999997 }, { "purchase_month": { "value": "2014-10-26" }, "total_sale_dollars": 135435.06999999995 }, { "purchase_month": { "value": "2014-11-02" }, "total_sale_dollars": 141584.52999999994 }, { "purchase_month": { "value": "2014-11-09" }, "total_sale_dollars": 88071.52999999998 }, { "purchase_month": { "value": "2014-11-16" }, "total_sale_dollars": 196278.42999999993 }, { "purchase_month": { "value": "2014-11-23" }, "total_sale_dollars": 51974.36 }, { "purchase_month": { "value": "2014-11-30" }, "total_sale_dollars": 133618.84 }, { "purchase_month": { "value": "2014-12-07" }, "total_sale_dollars": 137692.55 }, { "purchase_month": { "value": "2014-12-14" }, "total_sale_dollars": 172858.67999999996 }, { "purchase_month": { "value": "2014-12-21" }, "total_sale_dollars": 103780.93999999997 }, { "purchase_month": { "value": "2014-12-28" }, "total_sale_dollars": 52491.81 }, { "purchase_month": { "value": "2015-01-04" }, "total_sale_dollars": 154651.10999999996 }, { "purchase_month": { "value": "2015-01-11" }, "total_sale_dollars": 169225.25000000003 }, { "purchase_month": { "value": "2015-01-18" }, "total_sale_dollars": 97910.71999999996 }, { "purchase_month": { "value": "2015-01-25" }, "total_sale_dollars": 159256.33999999997 }, { "purchase_month": { "value": "2015-02-01" }, "total_sale_dollars": 107585.31999999995 }, { "purchase_month": { "value": "2015-02-08" }, "total_sale_dollars": 115613.51999999996 }, { "purchase_month": { "value": "2015-02-15" }, "total_sale_dollars": 102164.84999999998 }, { "purchase_month": { "value": "2015-02-22" }, "total_sale_dollars": 117209.45999999998 }, { "purchase_month": { "value": "2015-03-01" }, "total_sale_dollars": 101586.42999999995 }, { "purchase_month": { "value": "2015-03-08" }, "total_sale_dollars": 120404.36999999995 }, { "purchase_month": { "value": "2015-03-15" }, "total_sale_dollars": 108555.27999999996 }, { "purchase_month": { "value": "2015-03-22" }, "total_sale_dollars": 104343.64 }, { "purchase_month": { "value": "2015-03-29" }, "total_sale_dollars": 111295.00999999998 }, { "purchase_month": { "value": "2015-04-05" }, "total_sale_dollars": 102798.40999999997 }, { "purchase_month": { "value": "2015-04-12" }, "total_sale_dollars": 127306.32999999993 }, { "purchase_month": { "value": "2015-04-19" }, "total_sale_dollars": 105203.25 }, { "purchase_month": { "value": "2015-04-26" }, "total_sale_dollars": 119279.09999999998 }, { "purchase_month": { "value": "2015-05-03" }, "total_sale_dollars": 124533.81 }, { "purchase_month": { "value": "2015-05-10" }, "total_sale_dollars": 123602.16 }, { "purchase_month": { "value": "2015-05-17" }, "total_sale_dollars": 153575.43000000002 }, { "purchase_month": { "value": "2015-05-24" }, "total_sale_dollars": 83551.77999999998 }, { "purchase_month": { "value": "2015-05-31" }, "total_sale_dollars": 126033.57999999997 }, { "purchase_month": { "value": "2015-06-07" }, "total_sale_dollars": 112240.85999999994 }, { "purchase_month": { "value": "2015-06-14" }, "total_sale_dollars": 129252.72999999995 }, { "purchase_month": { "value": "2015-06-21" }, "total_sale_dollars": 143392.57999999996 }, { "purchase_month": { "value": "2015-06-28" }, "total_sale_dollars": 104778.03999999998 }, { "purchase_month": { "value": "2015-07-05" }, "total_sale_dollars": 145627.1 }, { "purchase_month": { "value": "2015-07-12" }, "total_sale_dollars": 143310.21999999994 }, { "purchase_month": { "value": "2015-07-19" }, "total_sale_dollars": 128404.46999999997 }, { "purchase_month": { "value": "2015-07-26" }, "total_sale_dollars": 167619.55 }, { "purchase_month": { "value": "2015-08-02" }, "total_sale_dollars": 126738.65999999997 }, { "purchase_month": { "value": "2015-08-09" }, "total_sale_dollars": 124568.89999999995 }, { "purchase_month": { "value": "2015-08-16" }, "total_sale_dollars": 119378.04999999997 }, { "purchase_month": { "value": "2015-08-23" }, "total_sale_dollars": 114888.96999999994 }, { "purchase_month": { "value": "2015-08-30" }, "total_sale_dollars": 165479.84999999998 }, { "purchase_month": { "value": "2015-09-06" }, "total_sale_dollars": 97162.54999999997 }, { "purchase_month": { "value": "2015-09-13" }, "total_sale_dollars": 142112.90999999995 }, { "purchase_month": { "value": "2015-09-20" }, "total_sale_dollars": 128701.45999999998 }, { "purchase_month": { "value": "2015-09-27" }, "total_sale_dollars": 146356.25999999998 }, { "purchase_month": { "value": "2015-10-04" }, "total_sale_dollars": 111441.14999999995 }, { "purchase_month": { "value": "2015-10-11" }, "total_sale_dollars": 112350.99999999997 }, { "purchase_month": { "value": "2015-10-18" }, "total_sale_dollars": 116958.19999999994 }, { "purchase_month": { "value": "2015-10-25" }, "total_sale_dollars": 110482.48999999998 }, { "purchase_month": { "value": "2015-11-01" }, "total_sale_dollars": 144240.96 }, { "purchase_month": { "value": "2015-11-08" }, "total_sale_dollars": 118917.51999999997 }, { "purchase_month": { "value": "2015-11-15" }, "total_sale_dollars": 183240.95 }, { "purchase_month": { "value": "2015-11-22" }, "total_sale_dollars": 38093.020000000004 }, { "purchase_month": { "value": "2015-11-29" }, "total_sale_dollars": 144325.75999999995 }, { "purchase_month": { "value": "2015-12-06" }, "total_sale_dollars": 115820.73999999996 }, { "purchase_month": { "value": "2015-12-13" }, "total_sale_dollars": 142839.82999999993 }, { "purchase_month": { "value": "2015-12-20" }, "total_sale_dollars": 112064.34 }, { "purchase_month": { "value": "2015-12-27" }, "total_sale_dollars": 76693.57999999999 }, { "purchase_month": { "value": "2016-01-03" }, "total_sale_dollars": 103628.31999999995 }, { "purchase_month": { "value": "2016-01-10" }, "total_sale_dollars": 124354.47999999997 }, { "purchase_month": { "value": "2016-01-17" }, "total_sale_dollars": 80390.45 }, { "purchase_month": { "value": "2016-01-24" }, "total_sale_dollars": 126056.65000000002 }, { "purchase_month": { "value": "2016-01-31" }, "total_sale_dollars": 153924.66999999998 }, { "purchase_month": { "value": "2016-02-07" }, "total_sale_dollars": 128361.91999999997 }, { "purchase_month": { "value": "2016-02-14" }, "total_sale_dollars": 144038.70000000004 }, { "purchase_month": { "value": "2016-02-21" }, "total_sale_dollars": 138599.53999999995 }, { "purchase_month": { "value": "2016-02-28" }, "total_sale_dollars": 97154.04999999997 }, { "purchase_month": { "value": "2016-03-06" }, "total_sale_dollars": 105176.60999999997 }, { "purchase_month": { "value": "2016-03-13" }, "total_sale_dollars": 63646.1 }, { "purchase_month": { "value": "2016-03-20" }, "total_sale_dollars": 101397.34999999998 }, { "purchase_month": { "value": "2016-03-27" }, "total_sale_dollars": 103687.47000000002 }, { "purchase_month": { "value": "2016-04-03" }, "total_sale_dollars": 115728.81999999998 }, { "purchase_month": { "value": "2016-04-10" }, "total_sale_dollars": 113338.40999999996 }, { "purchase_month": { "value": "2016-04-17" }, "total_sale_dollars": 107388.42999999996 }, { "purchase_month": { "value": "2016-04-24" }, "total_sale_dollars": 116628.31999999998 }, { "purchase_month": { "value": "2016-05-01" }, "total_sale_dollars": 143235.59999999998 }, { "purchase_month": { "value": "2016-05-08" }, "total_sale_dollars": 126555.60999999997 }, { "purchase_month": { "value": "2016-05-15" }, "total_sale_dollars": 130108.23999999996 }, { "purchase_month": { "value": "2016-05-22" }, "total_sale_dollars": 162695.27999999997 }, { "purchase_month": { "value": "2016-05-29" }, "total_sale_dollars": 84285.34999999999 }, { "purchase_month": { "value": "2016-06-05" }, "total_sale_dollars": 160824.53999999998 }, { "purchase_month": { "value": "2016-06-12" }, "total_sale_dollars": 125458.44999999997 }, { "purchase_month": { "value": "2016-06-19" }, "total_sale_dollars": 123141.84999999999 }, { "purchase_month": { "value": "2016-06-26" }, "total_sale_dollars": 154308.08999999994 }, { "purchase_month": { "value": "2016-07-03" }, "total_sale_dollars": 80384.29 }, { "purchase_month": { "value": "2016-07-10" }, "total_sale_dollars": 126436.47999999997 }, { "purchase_month": { "value": "2016-07-17" }, "total_sale_dollars": 102704.99 }, { "purchase_month": { "value": "2016-07-24" }, "total_sale_dollars": 128973.03999999996 }, { "purchase_month": { "value": "2016-07-31" }, "total_sale_dollars": 166720.44 }, { "purchase_month": { "value": "2016-08-07" }, "total_sale_dollars": 157822.92999999996 }, { "purchase_month": { "value": "2016-08-14" }, "total_sale_dollars": 148216.77 }, { "purchase_month": { "value": "2016-08-21" }, "total_sale_dollars": 150215.74999999997 }, { "purchase_month": { "value": "2016-08-28" }, "total_sale_dollars": 110241.93999999999 }, { "purchase_month": { "value": "2016-09-04" }, "total_sale_dollars": 87251.59 }, { "purchase_month": { "value": "2016-09-11" }, "total_sale_dollars": 118449.04999999996 }, { "purchase_month": { "value": "2016-09-18" }, "total_sale_dollars": 108249.94999999998 }, { "purchase_month": { "value": "2016-09-25" }, "total_sale_dollars": 106711.82999999997 }, { "purchase_month": { "value": "2016-10-02" }, "total_sale_dollars": 2127.4199999999996 }, { "purchase_month": { "value": "2016-10-09" }, "total_sale_dollars": 2609.4599999999996 }, { "purchase_month": { "value": "2016-10-16" }, "total_sale_dollars": 2369.18 }, { "purchase_month": { "value": "2016-10-23" }, "total_sale_dollars": 5165.48 }, { "purchase_month": { "value": "2016-10-30" }, "total_sale_dollars": 2480.279999999999 }, { "purchase_month": { "value": "2016-11-06" }, "total_sale_dollars": 2458.1699999999996 }, { "purchase_month": { "value": "2016-11-13" }, "total_sale_dollars": 2645.7799999999997 }, { "purchase_month": { "value": "2016-11-20" }, "total_sale_dollars": 1896.6999999999996 }, { "purchase_month": { "value": "2016-11-27" }, "total_sale_dollars": 3265.9300000000003 }, { "purchase_month": { "value": "2016-12-04" }, "total_sale_dollars": 2074.46 }, { "purchase_month": { "value": "2016-12-11" }, "total_sale_dollars": 2538.93 }, { "purchase_month": { "value": "2016-12-18" }, "total_sale_dollars": 8137.409999999999 }, { "purchase_month": { "value": "2016-12-25" }, "total_sale_dollars": 2797.169999999999 }, { "purchase_month": { "value": "2017-01-01" }, "total_sale_dollars": 877.76 }, { "purchase_month": { "value": "2017-01-08" }, "total_sale_dollars": 2582.86 }, { "purchase_month": { "value": "2017-01-15" }, "total_sale_dollars": 1224.05 }, { "purchase_month": { "value": "2017-01-22" }, "total_sale_dollars": 1412.3799999999997 }, { "purchase_month": { "value": "2017-01-29" }, "total_sale_dollars": 1409.3799999999997 }, { "purchase_month": { "value": "2017-02-05" }, "total_sale_dollars": 1785.1 }, { "purchase_month": { "value": "2017-02-12" }, "total_sale_dollars": 1530.6100000000001 }, { "purchase_month": { "value": "2017-02-19" }, "total_sale_dollars": 3621.4399999999996 }, { "purchase_month": { "value": "2017-02-26" }, "total_sale_dollars": 1936.4199999999992 }, { "purchase_month": { "value": "2017-03-05" }, "total_sale_dollars": 1587.1 }, { "purchase_month": { "value": "2017-03-12" }, "total_sale_dollars": 47289.10999999999 }, { "purchase_month": { "value": "2017-03-19" }, "total_sale_dollars": 99706.10999999996 }, { "purchase_month": { "value": "2017-03-26" }, "total_sale_dollars": 103633.4 }, { "purchase_month": { "value": "2017-04-02" }, "total_sale_dollars": 120306.73999999998 }, { "purchase_month": { "value": "2017-04-09" }, "total_sale_dollars": 137462.05 }, { "purchase_month": { "value": "2017-04-16" }, "total_sale_dollars": 121725.13999999997 }, { "purchase_month": { "value": "2017-04-23" }, "total_sale_dollars": 141717.17999999996 }, { "purchase_month": { "value": "2017-04-30" }, "total_sale_dollars": 106416.61999999997 }, { "purchase_month": { "value": "2017-05-07" }, "total_sale_dollars": 117861.57999999994 }, { "purchase_month": { "value": "2017-05-14" }, "total_sale_dollars": 116929.02999999998 }, { "purchase_month": { "value": "2017-05-21" }, "total_sale_dollars": 127158.56999999996 }, { "purchase_month": { "value": "2017-05-28" }, "total_sale_dollars": 95248.24999999999 }, { "purchase_month": { "value": "2017-06-04" }, "total_sale_dollars": 177675.36999999994 }, { "purchase_month": { "value": "2017-06-11" }, "total_sale_dollars": 131566.74000000002 }, { "purchase_month": { "value": "2017-06-18" }, "total_sale_dollars": 154659.84999999998 }, { "purchase_month": { "value": "2017-06-25" }, "total_sale_dollars": 166532.40999999997 }, { "purchase_month": { "value": "2017-07-02" }, "total_sale_dollars": 109123.15999999997 }, { "purchase_month": { "value": "2017-07-09" }, "total_sale_dollars": 108952.12999999999 }, { "purchase_month": { "value": "2017-07-16" }, "total_sale_dollars": 126206.63000000002 }, { "purchase_month": { "value": "2017-07-23" }, "total_sale_dollars": 111737.78 }, { "purchase_month": { "value": "2017-07-30" }, "total_sale_dollars": 137130.88999999998 }, { "purchase_month": { "value": "2017-08-06" }, "total_sale_dollars": 137749.11 }, { "purchase_month": { "value": "2017-08-13" }, "total_sale_dollars": 127390.36 }, { "purchase_month": { "value": "2017-08-20" }, "total_sale_dollars": 144465.43 }, { "purchase_month": { "value": "2017-08-27" }, "total_sale_dollars": 185614.36999999994 }, { "purchase_month": { "value": "2017-09-03" }, "total_sale_dollars": 91175.34 }, { "purchase_month": { "value": "2017-09-10" }, "total_sale_dollars": 124380.52999999996 }, { "purchase_month": { "value": "2017-09-17" }, "total_sale_dollars": 109424.18999999996 }, { "purchase_month": { "value": "2017-09-24" }, "total_sale_dollars": 113499.4 }, { "purchase_month": { "value": "2017-10-01" }, "total_sale_dollars": 142805.58 }, { "purchase_month": { "value": "2017-10-08" }, "total_sale_dollars": 140451.52999999997 }, { "purchase_month": { "value": "2017-10-15" }, "total_sale_dollars": 142859.21000000002 }, { "purchase_month": { "value": "2017-10-22" }, "total_sale_dollars": 154149.18999999994 }, { "purchase_month": { "value": "2017-10-29" }, "total_sale_dollars": 93744.34999999998 }, { "purchase_month": { "value": "2017-11-05" }, "total_sale_dollars": 114013.26 }, { "purchase_month": { "value": "2017-11-12" }, "total_sale_dollars": 124204.45999999998 }, { "purchase_month": { "value": "2017-11-19" }, "total_sale_dollars": 64677.5 }, { "purchase_month": { "value": "2017-11-26" }, "total_sale_dollars": 109496.28000000001 }, { "purchase_month": { "value": "2017-12-03" }, "total_sale_dollars": 137027.12999999998 }, { "purchase_month": { "value": "2017-12-10" }, "total_sale_dollars": 145772.82 }, { "purchase_month": { "value": "2017-12-17" }, "total_sale_dollars": 160537.52999999994 }, { "purchase_month": { "value": "2017-12-24" }, "total_sale_dollars": 65172.06 }, { "purchase_month": { "value": "2017-12-31" }, "total_sale_dollars": 952.23 }, { "purchase_month": { "value": "2018-01-07" }, "total_sale_dollars": 2192.34 }, { "purchase_month": { "value": "2018-01-14" }, "total_sale_dollars": 1177.56 }, { "purchase_month": { "value": "2018-01-21" }, "total_sale_dollars": 1732.3200000000002 }, { "purchase_month": { "value": "2018-01-28" }, "total_sale_dollars": 1413.99 }, { "purchase_month": { "value": "2018-02-04" }, "total_sale_dollars": 2316.33 }, { "purchase_month": { "value": "2018-02-11" }, "total_sale_dollars": 2040.6100000000001 }, { "purchase_month": { "value": "2018-02-18" }, "total_sale_dollars": 1302.5900000000001 }, { "purchase_month": { "value": "2018-02-25" }, "total_sale_dollars": 2883.36 }, { "purchase_month": { "value": "2018-03-04" }, "total_sale_dollars": 1767.6399999999999 }, { "purchase_month": { "value": "2018-03-11" }, "total_sale_dollars": 1950.96 }, { "purchase_month": { "value": "2018-03-18" }, "total_sale_dollars": 933.9299999999998 }, { "purchase_month": { "value": "2018-03-25" }, "total_sale_dollars": 901.44 }, { "purchase_month": { "value": "2018-04-01" }, "total_sale_dollars": 8517.880000000001 }, { "purchase_month": { "value": "2018-04-08" }, "total_sale_dollars": 1448.18 }, { "purchase_month": { "value": "2018-04-15" }, "total_sale_dollars": 1714.14 }, { "purchase_month": { "value": "2018-04-22" }, "total_sale_dollars": 1772.7599999999998 }, { "purchase_month": { "value": "2018-04-29" }, "total_sale_dollars": 1610.2299999999998 }, { "purchase_month": { "value": "2018-05-06" }, "total_sale_dollars": 2029.6799999999998 }, { "purchase_month": { "value": "2018-05-13" }, "total_sale_dollars": 1719.1 }, { "purchase_month": { "value": "2018-05-20" }, "total_sale_dollars": 1833.9899999999998 }, { "purchase_month": { "value": "2018-05-27" }, "total_sale_dollars": 1502.6799999999998 }, { "purchase_month": { "value": "2018-06-03" }, "total_sale_dollars": 42165.200000000004 }, { "purchase_month": { "value": "2018-06-10" }, "total_sale_dollars": 131506.50999999998 }, { "purchase_month": { "value": "2018-06-17" }, "total_sale_dollars": 128280.84999999999 }, { "purchase_month": { "value": "2018-06-24" }, "total_sale_dollars": 176214.9599999999 }, { "purchase_month": { "value": "2018-07-01" }, "total_sale_dollars": 72116.37000000001 }, { "purchase_month": { "value": "2018-07-08" }, "total_sale_dollars": 120017.81999999999 }, { "purchase_month": { "value": "2018-07-15" }, "total_sale_dollars": 117216.28999999996 }, { "purchase_month": { "value": "2018-07-22" }, "total_sale_dollars": 118392.76999999996 }, { "purchase_month": { "value": "2018-07-29" }, "total_sale_dollars": 46581.26999999999 }, { "purchase_month": { "value": "2018-08-05" }, "total_sale_dollars": 2506.7999999999997 }, { "purchase_month": { "value": "2018-08-12" }, "total_sale_dollars": 1989.75 }, { "purchase_month": { "value": "2018-08-19" }, "total_sale_dollars": 2418.04 }, { "purchase_month": { "value": "2018-08-26" }, "total_sale_dollars": 1375.1399999999999 }, { "purchase_month": { "value": "2018-09-02" }, "total_sale_dollars": 86701.00999999997 }, { "purchase_month": { "value": "2018-09-09" }, "total_sale_dollars": 119509.70999999999 }, { "purchase_month": { "value": "2018-09-16" }, "total_sale_dollars": 101950.87999999999 }, { "purchase_month": { "value": "2018-09-23" }, "total_sale_dollars": 105297.63999999996 }, { "purchase_month": { "value": "2018-09-30" }, "total_sale_dollars": 123716.49999999999 }, { "purchase_month": { "value": "2018-10-07" }, "total_sale_dollars": 120869.09 }, { "purchase_month": { "value": "2018-10-14" }, "total_sale_dollars": 128894.57999999999 }, { "purchase_month": { "value": "2018-10-21" }, "total_sale_dollars": 151017.77999999994 }, { "purchase_month": { "value": "2018-10-28" }, "total_sale_dollars": 110859.09000000005 }, { "purchase_month": { "value": "2018-11-04" }, "total_sale_dollars": 35675.86 }, { "purchase_month": { "value": "2018-11-11" }, "total_sale_dollars": 2159.7599999999998 }, { "purchase_month": { "value": "2018-11-18" }, "total_sale_dollars": 1272.6799999999998 }, { "purchase_month": { "value": "2018-11-25" }, "total_sale_dollars": 1556.7399999999996 }, { "purchase_month": { "value": "2018-12-02" }, "total_sale_dollars": 1417.5500000000002 }, { "purchase_month": { "value": "2018-12-09" }, "total_sale_dollars": 2362.13 }, { "purchase_month": { "value": "2018-12-16" }, "total_sale_dollars": 2755.7000000000003 }, { "purchase_month": { "value": "2018-12-23" }, "total_sale_dollars": 1493.22 }, { "purchase_month": { "value": "2018-12-30" }, "total_sale_dollars": 1179.75 }, { "purchase_month": { "value": "2019-01-06" }, "total_sale_dollars": 1338.7399999999998 }, { "purchase_month": { "value": "2019-01-13" }, "total_sale_dollars": 1785.78 }, { "purchase_month": { "value": "2019-01-20" }, "total_sale_dollars": 1065.66 }, { "purchase_month": { "value": "2019-01-27" }, "total_sale_dollars": 1660.6999999999994 }, { "purchase_month": { "value": "2019-02-03" }, "total_sale_dollars": 1945.01 }, { "purchase_month": { "value": "2019-02-10" }, "total_sale_dollars": 1688.4599999999994 }, { "purchase_month": { "value": "2019-02-17" }, "total_sale_dollars": 1011.04 }, { "purchase_month": { "value": "2019-02-24" }, "total_sale_dollars": 19265.510000000006 }, { "purchase_month": { "value": "2019-03-03" }, "total_sale_dollars": 121467.94999999997 }, { "purchase_month": { "value": "2019-03-10" }, "total_sale_dollars": 107325.45 }, { "purchase_month": { "value": "2019-03-17" }, "total_sale_dollars": 95132.70999999996 }, { "purchase_month": { "value": "2019-03-24" }, "total_sale_dollars": 92394.06999999998 }, { "purchase_month": { "value": "2019-03-31" }, "total_sale_dollars": 110627.07999999999 }, { "purchase_month": { "value": "2019-04-07" }, "total_sale_dollars": 99980.73999999999 }, { "purchase_month": { "value": "2019-04-14" }, "total_sale_dollars": 97056.47999999998 }, { "purchase_month": { "value": "2019-04-21" }, "total_sale_dollars": 104846.78999999996 }, { "purchase_month": { "value": "2019-04-28" }, "total_sale_dollars": 106490.39999999997 }, { "purchase_month": { "value": "2019-05-05" }, "total_sale_dollars": 101221.74 }, { "purchase_month": { "value": "2019-05-12" }, "total_sale_dollars": 109766.56 }, { "purchase_month": { "value": "2019-05-19" }, "total_sale_dollars": 122282.43999999996 }, { "purchase_month": { "value": "2019-05-26" }, "total_sale_dollars": 99777.41 }, { "purchase_month": { "value": "2019-06-02" }, "total_sale_dollars": 155771.68 }, { "purchase_month": { "value": "2019-06-09" }, "total_sale_dollars": 136687.80999999997 }, { "purchase_month": { "value": "2019-06-16" }, "total_sale_dollars": 121096.97999999995 }, { "purchase_month": { "value": "2019-06-23" }, "total_sale_dollars": 182338.2099999999 }, { "purchase_month": { "value": "2019-06-30" }, "total_sale_dollars": 108365.85999999999 }, { "purchase_month": { "value": "2019-07-07" }, "total_sale_dollars": 121564.54000000001 }, { "purchase_month": { "value": "2019-07-14" }, "total_sale_dollars": 102614.37000000001 }, { "purchase_month": { "value": "2019-07-21" }, "total_sale_dollars": 103448.12 }, { "purchase_month": { "value": "2019-07-28" }, "total_sale_dollars": 68453.20999999999 }, { "purchase_month": { "value": "2020-02-02" }, "total_sale_dollars": 134313.89999999997 }, { "purchase_month": { "value": "2020-02-09" }, "total_sale_dollars": 116224.08000000002 }, { "purchase_month": { "value": "2020-02-16" }, "total_sale_dollars": 113037.99999999996 }, { "purchase_month": { "value": "2020-02-23" }, "total_sale_dollars": 153860.15 }, { "purchase_month": { "value": "2020-03-01" }, "total_sale_dollars": 120445.05999999998 }, { "purchase_month": { "value": "2020-03-08" }, "total_sale_dollars": 127339.55999999997 }, { "purchase_month": { "value": "2020-03-15" }, "total_sale_dollars": 143301.62999999998 }, { "purchase_month": { "value": "2020-03-22" }, "total_sale_dollars": 128593.59999999995 }, { "purchase_month": { "value": "2020-03-29" }, "total_sale_dollars": 97257.01 }, { "purchase_month": { "value": "2020-04-05" }, "total_sale_dollars": 94886.01999999999 }, { "purchase_month": { "value": "2020-04-12" }, "total_sale_dollars": 107335.82999999996 }, { "purchase_month": { "value": "2020-04-19" }, "total_sale_dollars": 88709.06999999996 }, { "purchase_month": { "value": "2020-04-26" }, "total_sale_dollars": 99998.54999999997 }, { "purchase_month": { "value": "2020-05-03" }, "total_sale_dollars": 145460.13999999998 }, { "purchase_month": { "value": "2020-05-10" }, "total_sale_dollars": 130594.36999999994 }, { "purchase_month": { "value": "2020-05-17" }, "total_sale_dollars": 131389.88999999996 }, { "purchase_month": { "value": "2020-05-24" }, "total_sale_dollars": 130357.86999999995 }, { "purchase_month": { "value": "2020-05-31" }, "total_sale_dollars": 107446.31999999996 }, { "purchase_month": { "value": "2020-06-07" }, "total_sale_dollars": 103282.36999999998 }, { "purchase_month": { "value": "2020-06-14" }, "total_sale_dollars": 115564.25999999998 }, { "purchase_month": { "value": "2020-06-21" }, "total_sale_dollars": 115837.63999999998 }, { "purchase_month": { "value": "2020-06-28" }, "total_sale_dollars": 114807.80999999997 }, { "purchase_month": { "value": "2020-07-05" }, "total_sale_dollars": 90797.69999999998 }, { "purchase_month": { "value": "2020-07-12" }, "total_sale_dollars": 95887.55 }, { "purchase_month": { "value": "2020-07-19" }, "total_sale_dollars": 104855.70999999998 }, { "purchase_month": { "value": "2020-07-26" }, "total_sale_dollars": 103466.45999999995 }, { "purchase_month": { "value": "2020-08-02" }, "total_sale_dollars": 135541.52000000002 }, { "purchase_month": { "value": "2020-08-09" }, "total_sale_dollars": 136377.19 }, { "purchase_month": { "value": "2020-08-16" }, "total_sale_dollars": 116089.04999999997 }, { "purchase_month": { "value": "2020-08-23" }, "total_sale_dollars": 134960.26999999993 }, { "purchase_month": { "value": "2020-08-30" }, "total_sale_dollars": 111754.09999999999 }, { "purchase_month": { "value": "2020-09-06" }, "total_sale_dollars": 98475.25999999997 }, { "purchase_month": { "value": "2020-09-13" }, "total_sale_dollars": 108596.87999999993 }, { "purchase_month": { "value": "2020-09-20" }, "total_sale_dollars": 109748.90999999996 }, { "purchase_month": { "value": "2020-09-27" }, "total_sale_dollars": 106492.81999999999 }, { "purchase_month": { "value": "2020-10-04" }, "total_sale_dollars": 102156.46999999997 }, { "purchase_month": { "value": "2020-10-11" }, "total_sale_dollars": 100421.64999999998 }, { "purchase_month": { "value": "2020-10-18" }, "total_sale_dollars": 100598.49999999997 }, { "purchase_month": { "value": "2020-10-25" }, "total_sale_dollars": 115875.06999999995 }, { "purchase_month": { "value": "2020-11-01" }, "total_sale_dollars": 132729.33999999994 }, { "purchase_month": { "value": "2020-11-08" }, "total_sale_dollars": 107598.36999999994 }, { "purchase_month": { "value": "2020-11-15" }, "total_sale_dollars": 124218.43999999997 }, { "purchase_month": { "value": "2020-11-22" }, "total_sale_dollars": 113790.52999999998 }, { "purchase_month": { "value": "2020-11-29" }, "total_sale_dollars": 19111.859999999997 }, { "purchase_month": { "value": "2021-05-09" }, "total_sale_dollars": 57913.37000000001 }, { "purchase_month": { "value": "2021-05-16" }, "total_sale_dollars": 123673.13 }, { "purchase_month": { "value": "2021-05-23" }, "total_sale_dollars": 113622.58999999997 }, { "purchase_month": { "value": "2021-05-30" }, "total_sale_dollars": 97774.49999999999 }, { "purchase_month": { "value": "2021-06-06" }, "total_sale_dollars": 95329.44999999998 }, { "purchase_month": { "value": "2021-06-13" }, "total_sale_dollars": 98366.64 }, { "purchase_month": { "value": "2021-06-20" }, "total_sale_dollars": 116555.25 }, { "purchase_month": { "value": "2021-06-27" }, "total_sale_dollars": 116408.19999999998 }, { "purchase_month": { "value": "2021-07-04" }, "total_sale_dollars": 92531.43999999999 }, { "purchase_month": { "value": "2021-07-11" }, "total_sale_dollars": 102480.14999999997 }, { "purchase_month": { "value": "2021-07-18" }, "total_sale_dollars": 100668.70999999996 }, { "purchase_month": { "value": "2021-07-25" }, "total_sale_dollars": 97669.09999999996 }, { "purchase_month": { "value": "2021-08-01" }, "total_sale_dollars": 122123.33999999998 }, { "purchase_month": { "value": "2021-08-08" }, "total_sale_dollars": 116729.68000000001 }, { "purchase_month": { "value": "2021-08-15" }, "total_sale_dollars": 119883.38999999998 }, { "purchase_month": { "value": "2021-08-22" }, "total_sale_dollars": 119110.49999999994 }, { "purchase_month": { "value": "2021-08-29" }, "total_sale_dollars": 109644.89999999994 }, { "purchase_month": { "value": "2021-09-05" }, "total_sale_dollars": 98563.68999999996 }, { "purchase_month": { "value": "2021-09-12" }, "total_sale_dollars": 101894.23999999996 }, { "purchase_month": { "value": "2021-09-19" }, "total_sale_dollars": 108405.61999999997 }, { "purchase_month": { "value": "2021-09-26" }, "total_sale_dollars": 82281.03000000001 }, { "purchase_month": { "value": "2021-12-19" }, "total_sale_dollars": 78708.89999999997 }, { "purchase_month": { "value": "2021-12-26" }, "total_sale_dollars": 91977.12999999998 }, { "purchase_month": { "value": "2022-01-02" }, "total_sale_dollars": 76349.13999999998 }, { "purchase_month": { "value": "2022-01-09" }, "total_sale_dollars": 90677.51000000001 }, { "purchase_month": { "value": "2022-01-16" }, "total_sale_dollars": 101462.01999999999 }, { "purchase_month": { "value": "2022-01-23" }, "total_sale_dollars": 91671.00999999998 }, { "purchase_month": { "value": "2022-01-30" }, "total_sale_dollars": 14550.949999999999 } ], "top_sellers_by_revenue": [ { "vendor_name": "Luxco-St Louis", "item_description": "Hawkeye Vodka", "total_sale_dollars": 42195474.730001934, "total_bottles": 6074111, "avg_price_per_100ml": 0.6550692054650452 }, { "vendor_name": "Luxco-St Louis", "item_description": "Hawkeye Vodka 80 Prf Mini", "total_sale_dollars": 966669.4000000069, "total_bottles": 165276, "avg_price_per_100ml": 1.1672397777461176 }, { "vendor_name": "Luxco-St Louis", "item_description": "Pearl Cucumber Vodka", "total_sale_dollars": 886605.2000000005, "total_bottles": 78959, "avg_price_per_100ml": 1.5032402002861232 }, { "vendor_name": "Luxco-St Louis", "item_description": "Hawkeye Vodka PET", "total_sale_dollars": 851920.4400000008, "total_bottles": 170044, "avg_price_per_100ml": 0.6679999999999999 }, { "vendor_name": "Luxco-St Louis", "item_description": "Korski Vodka", "total_sale_dollars": 849511.0700000005, "total_bottles": 101502, "avg_price_per_100ml": 0.5970910154134044 } ], "most_expensive_products": [ { "vendor_name": "Luxco-St Louis", "item_description": "Pearl Ruby Grapefruit Mini", "total_sale_dollars": 402.59999999999997, "total_bottles": 61, "avg_price_per_100ml": 13.200000000000001 }, { "vendor_name": "Luxco-St Louis", "item_description": "Hawkeye Vodka Mini", "total_sale_dollars": 427452.79999999923, "total_bottles": 68944, "avg_price_per_100ml": 9.568002137703749 }, { "vendor_name": "Luxco-St Louis", "item_description": "Pearl Chocolate Hazelnut", "total_sale_dollars": 1544.4899999999996, "total_bottles": 131, "avg_price_per_100ml": 1.5719999999999998 }, { "vendor_name": "Luxco-St Louis", "item_description": "Pearl Pumpkin Spice", "total_sale_dollars": 3360.149999999999, "total_bottles": 285, "avg_price_per_100ml": 1.5719999999999998 }, { "vendor_name": "Luxco-St Louis", "item_description": "Pearl Plum", "total_sale_dollars": 8783.55, "total_bottles": 745, "avg_price_per_100ml": 1.5719999999999998 }, { "vendor_name": "Luxco-St Louis", "item_description": "Pearl Caramel Vodka", "total_sale_dollars": 67688.95999999999, "total_bottles": 5744, "avg_price_per_100ml": 1.5712159847764036 }, { "vendor_name": "Luxco-St Louis", "item_description": "Pearl Chocolate Covered Cherry", "total_sale_dollars": 9414.330000000002, "total_bottles": 799, "avg_price_per_100ml": 1.5710640176600437 }, { "vendor_name": "Luxco-St Louis", "item_description": "Pearl Wedding Cake Vodka", "total_sale_dollars": 31230.980000000003, "total_bottles": 2651, "avg_price_per_100ml": 1.5707394852479595 }, { "vendor_name": "Luxco-St Louis", "item_description": "Pearl Whipt Vodka", "total_sale_dollars": 989.5200000000001, "total_bottles": 84, "avg_price_per_100ml": 1.5706666666666667 }, { "vendor_name": "Luxco-St Louis", "item_description": "Pearl Wedding Cake Vodk", "total_sale_dollars": 1696.32, "total_bottles": 144, "avg_price_per_100ml": 1.5706666666666667 } ] }, { "vendor_name": "Bacardi U.S.A., Inc.", "total_sale_dollars": 33377101.739999898, "by_month": [ { "purchase_month": { "value": "2012-01-01" }, "total_sale_dollars": 57050.470000000016 }, { "purchase_month": { "value": "2012-01-08" }, "total_sale_dollars": 61867.5 }, { "purchase_month": { "value": "2012-01-15" }, "total_sale_dollars": 62691.009999999995 }, { "purchase_month": { "value": "2012-01-22" }, "total_sale_dollars": 68260.12 }, { "purchase_month": { "value": "2012-01-29" }, "total_sale_dollars": 79273.52999999998 }, { "purchase_month": { "value": "2012-02-05" }, "total_sale_dollars": 72474.79 }, { "purchase_month": { "value": "2012-02-12" }, "total_sale_dollars": 74096.83 }, { "purchase_month": { "value": "2012-02-19" }, "total_sale_dollars": 95922.62 }, { "purchase_month": { "value": "2012-02-26" }, "total_sale_dollars": 72217.21999999999 }, { "purchase_month": { "value": "2012-03-04" }, "total_sale_dollars": 66833.95999999999 }, { "purchase_month": { "value": "2012-03-11" }, "total_sale_dollars": 94855.74999999999 }, { "purchase_month": { "value": "2012-03-18" }, "total_sale_dollars": 77466.03999999998 }, { "purchase_month": { "value": "2012-03-25" }, "total_sale_dollars": 69410.22 }, { "purchase_month": { "value": "2012-04-01" }, "total_sale_dollars": 90672.44 }, { "purchase_month": { "value": "2012-04-08" }, "total_sale_dollars": 80557.02 }, { "purchase_month": { "value": "2012-04-15" }, "total_sale_dollars": 85381.32999999999 }, { "purchase_month": { "value": "2012-04-22" }, "total_sale_dollars": 96658.31000000003 }, { "purchase_month": { "value": "2012-04-29" }, "total_sale_dollars": 82606.54000000001 }, { "purchase_month": { "value": "2012-05-06" }, "total_sale_dollars": 99779.16000000002 }, { "purchase_month": { "value": "2012-05-13" }, "total_sale_dollars": 71165.99 }, { "purchase_month": { "value": "2012-05-20" }, "total_sale_dollars": 102577.04000000004 }, { "purchase_month": { "value": "2012-05-27" }, "total_sale_dollars": 79358.76 }, { "purchase_month": { "value": "2012-06-03" }, "total_sale_dollars": 82684.48999999998 }, { "purchase_month": { "value": "2012-06-10" }, "total_sale_dollars": 89772.28999999998 }, { "purchase_month": { "value": "2012-06-17" }, "total_sale_dollars": 104846.59000000001 }, { "purchase_month": { "value": "2012-06-24" }, "total_sale_dollars": 108517.86 }, { "purchase_month": { "value": "2012-07-01" }, "total_sale_dollars": 99138.11000000004 }, { "purchase_month": { "value": "2012-07-08" }, "total_sale_dollars": 90129.52999999998 }, { "purchase_month": { "value": "2012-07-15" }, "total_sale_dollars": 93810.34999999999 }, { "purchase_month": { "value": "2012-07-22" }, "total_sale_dollars": 80136.06999999998 }, { "purchase_month": { "value": "2012-07-29" }, "total_sale_dollars": 103665.93 }, { "purchase_month": { "value": "2012-08-05" }, "total_sale_dollars": 83444.65000000002 }, { "purchase_month": { "value": "2012-08-12" }, "total_sale_dollars": 89792.38000000002 }, { "purchase_month": { "value": "2012-08-19" }, "total_sale_dollars": 84512.65 }, { "purchase_month": { "value": "2012-08-26" }, "total_sale_dollars": 131300.71999999997 }, { "purchase_month": { "value": "2012-09-02" }, "total_sale_dollars": 67569.09 }, { "purchase_month": { "value": "2012-09-09" }, "total_sale_dollars": 85917.45999999999 }, { "purchase_month": { "value": "2012-09-16" }, "total_sale_dollars": 66055.65 }, { "purchase_month": { "value": "2012-09-23" }, "total_sale_dollars": 87467.71999999999 }, { "purchase_month": { "value": "2012-09-30" }, "total_sale_dollars": 106951.69000000002 }, { "purchase_month": { "value": "2012-10-07" }, "total_sale_dollars": 97778.71000000004 }, { "purchase_month": { "value": "2012-10-14" }, "total_sale_dollars": 172139.90000000002 }, { "purchase_month": { "value": "2012-10-21" }, "total_sale_dollars": 93142.45999999999 }, { "purchase_month": { "value": "2012-10-28" }, "total_sale_dollars": 61960.45999999998 }, { "purchase_month": { "value": "2012-11-04" }, "total_sale_dollars": 62724.92 }, { "purchase_month": { "value": "2012-11-11" }, "total_sale_dollars": 105297.73999999998 }, { "purchase_month": { "value": "2012-11-18" }, "total_sale_dollars": 29052.81 }, { "purchase_month": { "value": "2012-11-25" }, "total_sale_dollars": 72919.70999999998 }, { "purchase_month": { "value": "2012-12-02" }, "total_sale_dollars": 74444.29000000001 }, { "purchase_month": { "value": "2012-12-09" }, "total_sale_dollars": 98195.32999999999 }, { "purchase_month": { "value": "2012-12-16" }, "total_sale_dollars": 126426.46 }, { "purchase_month": { "value": "2012-12-23" }, "total_sale_dollars": 100487.76000000001 }, { "purchase_month": { "value": "2012-12-30" }, "total_sale_dollars": 75671.20999999999 }, { "purchase_month": { "value": "2013-01-06" }, "total_sale_dollars": 64212.93000000001 }, { "purchase_month": { "value": "2013-01-13" }, "total_sale_dollars": 56402.09999999999 }, { "purchase_month": { "value": "2013-01-20" }, "total_sale_dollars": 75618.46 }, { "purchase_month": { "value": "2013-01-27" }, "total_sale_dollars": 60469.81999999999 }, { "purchase_month": { "value": "2013-02-03" }, "total_sale_dollars": 72936.31999999999 }, { "purchase_month": { "value": "2013-02-10" }, "total_sale_dollars": 69130.75000000001 }, { "purchase_month": { "value": "2013-02-17" }, "total_sale_dollars": 79326.23000000001 }, { "purchase_month": { "value": "2013-02-24" }, "total_sale_dollars": 71816.96999999999 }, { "purchase_month": { "value": "2013-03-03" }, "total_sale_dollars": 93697.47999999998 }, { "purchase_month": { "value": "2013-03-10" }, "total_sale_dollars": 79448.37 }, { "purchase_month": { "value": "2013-03-17" }, "total_sale_dollars": 76655.02000000002 }, { "purchase_month": { "value": "2013-03-24" }, "total_sale_dollars": 70801.47000000002 }, { "purchase_month": { "value": "2013-03-31" }, "total_sale_dollars": 90117.69000000002 }, { "purchase_month": { "value": "2013-04-07" }, "total_sale_dollars": 81222.21999999999 }, { "purchase_month": { "value": "2013-04-14" }, "total_sale_dollars": 91000.65000000001 }, { "purchase_month": { "value": "2013-04-21" }, "total_sale_dollars": 75999.78 }, { "purchase_month": { "value": "2013-04-28" }, "total_sale_dollars": 97726.60999999999 }, { "purchase_month": { "value": "2013-05-05" }, "total_sale_dollars": 88315.22999999998 }, { "purchase_month": { "value": "2013-05-12" }, "total_sale_dollars": 73212.23 }, { "purchase_month": { "value": "2013-05-19" }, "total_sale_dollars": 102701.72999999998 }, { "purchase_month": { "value": "2013-05-26" }, "total_sale_dollars": 81900.19000000002 }, { "purchase_month": { "value": "2013-06-02" }, "total_sale_dollars": 158820.27999999994 }, { "purchase_month": { "value": "2013-06-09" }, "total_sale_dollars": 106441.90999999997 }, { "purchase_month": { "value": "2013-06-16" }, "total_sale_dollars": 50072.33 }, { "purchase_month": { "value": "2013-06-23" }, "total_sale_dollars": 126786.35000000003 }, { "purchase_month": { "value": "2013-06-30" }, "total_sale_dollars": 87443.25 }, { "purchase_month": { "value": "2013-07-07" }, "total_sale_dollars": 80093.71 }, { "purchase_month": { "value": "2013-07-14" }, "total_sale_dollars": 84129.74 }, { "purchase_month": { "value": "2013-07-21" }, "total_sale_dollars": 72738.63999999998 }, { "purchase_month": { "value": "2013-07-28" }, "total_sale_dollars": 84642.81000000001 }, { "purchase_month": { "value": "2013-08-04" }, "total_sale_dollars": 98057.27999999997 }, { "purchase_month": { "value": "2013-08-11" }, "total_sale_dollars": 77500.56999999999 }, { "purchase_month": { "value": "2013-08-18" }, "total_sale_dollars": 91272.04000000001 }, { "purchase_month": { "value": "2013-08-25" }, "total_sale_dollars": 106450.58 }, { "purchase_month": { "value": "2013-09-01" }, "total_sale_dollars": 72768.70000000001 }, { "purchase_month": { "value": "2013-09-08" }, "total_sale_dollars": 77591.27999999998 }, { "purchase_month": { "value": "2013-09-15" }, "total_sale_dollars": 82845.37999999999 }, { "purchase_month": { "value": "2013-09-22" }, "total_sale_dollars": 72466.24999999999 }, { "purchase_month": { "value": "2013-09-29" }, "total_sale_dollars": 162100.11999999997 }, { "purchase_month": { "value": "2013-10-06" }, "total_sale_dollars": 142781.76 }, { "purchase_month": { "value": "2013-10-13" }, "total_sale_dollars": 86179.06000000001 }, { "purchase_month": { "value": "2013-10-20" }, "total_sale_dollars": 71103.92 }, { "purchase_month": { "value": "2013-10-27" }, "total_sale_dollars": 78172.34999999998 }, { "purchase_month": { "value": "2013-11-03" }, "total_sale_dollars": 99679.48000000001 }, { "purchase_month": { "value": "2013-11-10" }, "total_sale_dollars": 151586.53000000003 }, { "purchase_month": { "value": "2013-11-17" }, "total_sale_dollars": 139735.87 }, { "purchase_month": { "value": "2013-11-24" }, "total_sale_dollars": 39185.67 }, { "purchase_month": { "value": "2013-12-01" }, "total_sale_dollars": 86709.73000000001 }, { "purchase_month": { "value": "2013-12-08" }, "total_sale_dollars": 112758.07 }, { "purchase_month": { "value": "2013-12-15" }, "total_sale_dollars": 132587.98 }, { "purchase_month": { "value": "2013-12-22" }, "total_sale_dollars": 143544.50999999998 }, { "purchase_month": { "value": "2013-12-29" }, "total_sale_dollars": 73254.34999999999 }, { "purchase_month": { "value": "2014-01-05" }, "total_sale_dollars": 90685.06999999999 }, { "purchase_month": { "value": "2014-01-12" }, "total_sale_dollars": 66003.02 }, { "purchase_month": { "value": "2014-01-19" }, "total_sale_dollars": 60734.43000000001 }, { "purchase_month": { "value": "2014-01-26" }, "total_sale_dollars": 66005.59 }, { "purchase_month": { "value": "2014-02-02" }, "total_sale_dollars": 115572.74999999999 }, { "purchase_month": { "value": "2014-02-09" }, "total_sale_dollars": 118270.85 }, { "purchase_month": { "value": "2014-02-16" }, "total_sale_dollars": 78597.06999999999 }, { "purchase_month": { "value": "2014-02-23" }, "total_sale_dollars": 111038.38 }, { "purchase_month": { "value": "2014-03-02" }, "total_sale_dollars": 59988.76 }, { "purchase_month": { "value": "2014-03-09" }, "total_sale_dollars": 68258.58999999998 }, { "purchase_month": { "value": "2014-03-16" }, "total_sale_dollars": 68593.75000000001 }, { "purchase_month": { "value": "2014-03-23" }, "total_sale_dollars": 63825.29 }, { "purchase_month": { "value": "2014-03-30" }, "total_sale_dollars": 87601.17999999996 }, { "purchase_month": { "value": "2014-04-06" }, "total_sale_dollars": 72601.81 }, { "purchase_month": { "value": "2014-04-13" }, "total_sale_dollars": 78039.65000000002 }, { "purchase_month": { "value": "2014-04-20" }, "total_sale_dollars": 73148.58 }, { "purchase_month": { "value": "2014-04-27" }, "total_sale_dollars": 95555.71 }, { "purchase_month": { "value": "2014-05-04" }, "total_sale_dollars": 90333.6 }, { "purchase_month": { "value": "2014-05-11" }, "total_sale_dollars": 110483.28 }, { "purchase_month": { "value": "2014-05-18" }, "total_sale_dollars": 112614.97 }, { "purchase_month": { "value": "2014-05-25" }, "total_sale_dollars": 68748.45000000001 }, { "purchase_month": { "value": "2014-06-01" }, "total_sale_dollars": 119009.02000000002 }, { "purchase_month": { "value": "2014-06-08" }, "total_sale_dollars": 144438.21000000005 }, { "purchase_month": { "value": "2014-06-15" }, "total_sale_dollars": 75719.26000000001 }, { "purchase_month": { "value": "2014-06-22" }, "total_sale_dollars": 160208.37999999995 }, { "purchase_month": { "value": "2014-06-29" }, "total_sale_dollars": 58874.750000000015 }, { "purchase_month": { "value": "2014-07-06" }, "total_sale_dollars": 82587.26 }, { "purchase_month": { "value": "2014-07-13" }, "total_sale_dollars": 102893.13 }, { "purchase_month": { "value": "2014-07-20" }, "total_sale_dollars": 86502.26000000002 }, { "purchase_month": { "value": "2014-07-27" }, "total_sale_dollars": 76284.42000000003 }, { "purchase_month": { "value": "2014-08-03" }, "total_sale_dollars": 99275.51000000001 }, { "purchase_month": { "value": "2014-08-10" }, "total_sale_dollars": 82797.90000000001 }, { "purchase_month": { "value": "2014-08-17" }, "total_sale_dollars": 82093.04 }, { "purchase_month": { "value": "2014-08-24" }, "total_sale_dollars": 132200.37 }, { "purchase_month": { "value": "2014-08-31" }, "total_sale_dollars": 71122.91000000002 }, { "purchase_month": { "value": "2014-09-07" }, "total_sale_dollars": 145830.02000000005 }, { "purchase_month": { "value": "2014-09-14" }, "total_sale_dollars": 87597.51000000001 }, { "purchase_month": { "value": "2014-09-21" }, "total_sale_dollars": 66139.64 }, { "purchase_month": { "value": "2014-09-28" }, "total_sale_dollars": 72106.25999999998 }, { "purchase_month": { "value": "2014-10-05" }, "total_sale_dollars": 105145.54999999999 }, { "purchase_month": { "value": "2014-10-12" }, "total_sale_dollars": 104773.40999999999 }, { "purchase_month": { "value": "2014-10-19" }, "total_sale_dollars": 70868.79 }, { "purchase_month": { "value": "2014-10-26" }, "total_sale_dollars": 136781.66 }, { "purchase_month": { "value": "2014-11-02" }, "total_sale_dollars": 80544.95999999999 }, { "purchase_month": { "value": "2014-11-09" }, "total_sale_dollars": 48549.96000000001 }, { "purchase_month": { "value": "2014-11-16" }, "total_sale_dollars": 109928.34999999999 }, { "purchase_month": { "value": "2014-11-23" }, "total_sale_dollars": 38720.82000000001 }, { "purchase_month": { "value": "2014-11-30" }, "total_sale_dollars": 94669.9 }, { "purchase_month": { "value": "2014-12-07" }, "total_sale_dollars": 88667.99999999999 }, { "purchase_month": { "value": "2014-12-14" }, "total_sale_dollars": 146131.78999999998 }, { "purchase_month": { "value": "2014-12-21" }, "total_sale_dollars": 116876.06000000003 }, { "purchase_month": { "value": "2014-12-28" }, "total_sale_dollars": 91466.40000000001 }, { "purchase_month": { "value": "2015-01-04" }, "total_sale_dollars": 99500.10999999999 }, { "purchase_month": { "value": "2015-01-11" }, "total_sale_dollars": 137745.16 }, { "purchase_month": { "value": "2015-01-18" }, "total_sale_dollars": 66830.56999999999 }, { "purchase_month": { "value": "2015-01-25" }, "total_sale_dollars": 78383.15000000002 }, { "purchase_month": { "value": "2015-02-01" }, "total_sale_dollars": 54240.56999999999 }, { "purchase_month": { "value": "2015-02-08" }, "total_sale_dollars": 86875.66 }, { "purchase_month": { "value": "2015-02-15" }, "total_sale_dollars": 73621.62000000002 }, { "purchase_month": { "value": "2015-02-22" }, "total_sale_dollars": 73000.35999999999 }, { "purchase_month": { "value": "2015-03-01" }, "total_sale_dollars": 76468.91000000002 }, { "purchase_month": { "value": "2015-03-08" }, "total_sale_dollars": 75290.77999999998 }, { "purchase_month": { "value": "2015-03-15" }, "total_sale_dollars": 71928.95 }, { "purchase_month": { "value": "2015-03-22" }, "total_sale_dollars": 67869.05999999998 }, { "purchase_month": { "value": "2015-03-29" }, "total_sale_dollars": 115740.18 }, { "purchase_month": { "value": "2015-04-05" }, "total_sale_dollars": 100482.71000000002 }, { "purchase_month": { "value": "2015-04-12" }, "total_sale_dollars": 77862.33000000002 }, { "purchase_month": { "value": "2015-04-19" }, "total_sale_dollars": 96358.54999999999 }, { "purchase_month": { "value": "2015-04-26" }, "total_sale_dollars": 109102.20000000003 }, { "purchase_month": { "value": "2015-05-03" }, "total_sale_dollars": 97283.27 }, { "purchase_month": { "value": "2015-05-10" }, "total_sale_dollars": 82388.31000000001 }, { "purchase_month": { "value": "2015-05-17" }, "total_sale_dollars": 129907.99 }, { "purchase_month": { "value": "2015-05-24" }, "total_sale_dollars": 62517.38000000001 }, { "purchase_month": { "value": "2015-05-31" }, "total_sale_dollars": 111919.35 }, { "purchase_month": { "value": "2015-06-07" }, "total_sale_dollars": 84601.16000000002 }, { "purchase_month": { "value": "2015-06-14" }, "total_sale_dollars": 143877.65000000002 }, { "purchase_month": { "value": "2015-06-21" }, "total_sale_dollars": 145578.70000000004 }, { "purchase_month": { "value": "2015-06-28" }, "total_sale_dollars": 73944.81999999999 }, { "purchase_month": { "value": "2015-07-05" }, "total_sale_dollars": 92988.76000000004 }, { "purchase_month": { "value": "2015-07-12" }, "total_sale_dollars": 96323.54 }, { "purchase_month": { "value": "2015-07-19" }, "total_sale_dollars": 97120.03000000001 }, { "purchase_month": { "value": "2015-07-26" }, "total_sale_dollars": 90851.72999999997 }, { "purchase_month": { "value": "2015-08-02" }, "total_sale_dollars": 103354.27000000002 }, { "purchase_month": { "value": "2015-08-09" }, "total_sale_dollars": 101688 }, { "purchase_month": { "value": "2015-08-16" }, "total_sale_dollars": 103717.08 }, { "purchase_month": { "value": "2015-08-23" }, "total_sale_dollars": 109113.62000000001 }, { "purchase_month": { "value": "2015-08-30" }, "total_sale_dollars": 104887.29000000001 }, { "purchase_month": { "value": "2015-09-06" }, "total_sale_dollars": 89631.76999999996 }, { "purchase_month": { "value": "2015-09-13" }, "total_sale_dollars": 119522.51000000004 }, { "purchase_month": { "value": "2015-09-20" }, "total_sale_dollars": 86494.24000000003 }, { "purchase_month": { "value": "2015-09-27" }, "total_sale_dollars": 92304.12999999999 }, { "purchase_month": { "value": "2015-10-04" }, "total_sale_dollars": 89021.37000000002 }, { "purchase_month": { "value": "2015-10-11" }, "total_sale_dollars": 90237.42 }, { "purchase_month": { "value": "2015-10-18" }, "total_sale_dollars": 95848.94999999998 }, { "purchase_month": { "value": "2015-10-25" }, "total_sale_dollars": 97953.23000000001 }, { "purchase_month": { "value": "2015-11-01" }, "total_sale_dollars": 100703.33 }, { "purchase_month": { "value": "2015-11-08" }, "total_sale_dollars": 89490.23999999999 }, { "purchase_month": { "value": "2015-11-15" }, "total_sale_dollars": 163423.90000000002 }, { "purchase_month": { "value": "2015-11-22" }, "total_sale_dollars": 54948.64999999999 }, { "purchase_month": { "value": "2015-11-29" }, "total_sale_dollars": 100901.43999999999 }, { "purchase_month": { "value": "2015-12-06" }, "total_sale_dollars": 94165.52999999998 }, { "purchase_month": { "value": "2015-12-13" }, "total_sale_dollars": 157904.62 }, { "purchase_month": { "value": "2015-12-20" }, "total_sale_dollars": 110252.80000000002 }, { "purchase_month": { "value": "2015-12-27" }, "total_sale_dollars": 86552.3 }, { "purchase_month": { "value": "2016-01-03" }, "total_sale_dollars": 90878.09999999999 }, { "purchase_month": { "value": "2016-01-10" }, "total_sale_dollars": 73206.63000000003 }, { "purchase_month": { "value": "2016-01-17" }, "total_sale_dollars": 34775.55 }, { "purchase_month": { "value": "2016-01-24" }, "total_sale_dollars": 74884.33 }, { "purchase_month": { "value": "2016-01-31" }, "total_sale_dollars": 66614.4 }, { "purchase_month": { "value": "2016-02-07" }, "total_sale_dollars": 82345.13999999997 }, { "purchase_month": { "value": "2016-02-14" }, "total_sale_dollars": 65184.899999999994 }, { "purchase_month": { "value": "2016-02-21" }, "total_sale_dollars": 76480.85999999999 }, { "purchase_month": { "value": "2016-02-28" }, "total_sale_dollars": 84829.50999999998 }, { "purchase_month": { "value": "2016-03-06" }, "total_sale_dollars": 65083.210000000014 }, { "purchase_month": { "value": "2016-03-13" }, "total_sale_dollars": 68262.62999999998 }, { "purchase_month": { "value": "2016-03-20" }, "total_sale_dollars": 68922.34999999999 }, { "purchase_month": { "value": "2016-03-27" }, "total_sale_dollars": 64431.06999999999 }, { "purchase_month": { "value": "2016-04-03" }, "total_sale_dollars": 87177.25999999998 }, { "purchase_month": { "value": "2016-04-10" }, "total_sale_dollars": 97016.80999999997 }, { "purchase_month": { "value": "2016-04-17" }, "total_sale_dollars": 84279.48 }, { "purchase_month": { "value": "2016-04-24" }, "total_sale_dollars": 77172.34999999999 }, { "purchase_month": { "value": "2016-05-01" }, "total_sale_dollars": 101523.21999999999 }, { "purchase_month": { "value": "2016-05-08" }, "total_sale_dollars": 83464.25999999997 }, { "purchase_month": { "value": "2016-05-15" }, "total_sale_dollars": 73975.56000000001 }, { "purchase_month": { "value": "2016-05-22" }, "total_sale_dollars": 119040.91999999998 }, { "purchase_month": { "value": "2016-05-29" }, "total_sale_dollars": 61472.2 }, { "purchase_month": { "value": "2016-06-05" }, "total_sale_dollars": 100983.65999999999 }, { "purchase_month": { "value": "2016-06-12" }, "total_sale_dollars": 109890.93000000002 }, { "purchase_month": { "value": "2016-06-19" }, "total_sale_dollars": 87424.54000000002 }, { "purchase_month": { "value": "2016-06-26" }, "total_sale_dollars": 108918.92000000001 }, { "purchase_month": { "value": "2016-07-03" }, "total_sale_dollars": 108951.82999999999 }, { "purchase_month": { "value": "2016-07-10" }, "total_sale_dollars": 184671.43 }, { "purchase_month": { "value": "2016-07-17" }, "total_sale_dollars": 91996.78 }, { "purchase_month": { "value": "2016-07-24" }, "total_sale_dollars": 130291.81999999996 }, { "purchase_month": { "value": "2016-07-31" }, "total_sale_dollars": 112247.59000000001 }, { "purchase_month": { "value": "2016-08-07" }, "total_sale_dollars": 97271.33000000005 }, { "purchase_month": { "value": "2016-08-14" }, "total_sale_dollars": 72828.01000000001 }, { "purchase_month": { "value": "2016-08-21" }, "total_sale_dollars": 67145.14 }, { "purchase_month": { "value": "2016-08-28" }, "total_sale_dollars": 78674.66999999998 }, { "purchase_month": { "value": "2016-09-04" }, "total_sale_dollars": 60886.900000000016 }, { "purchase_month": { "value": "2016-09-11" }, "total_sale_dollars": 78499.51 }, { "purchase_month": { "value": "2016-09-18" }, "total_sale_dollars": 99264.62000000001 }, { "purchase_month": { "value": "2016-09-25" }, "total_sale_dollars": 68149.34000000001 }, { "purchase_month": { "value": "2016-10-02" }, "total_sale_dollars": 784.5 }, { "purchase_month": { "value": "2016-10-09" }, "total_sale_dollars": 1128.38 }, { "purchase_month": { "value": "2016-10-16" }, "total_sale_dollars": 1336.98 }, { "purchase_month": { "value": "2016-10-23" }, "total_sale_dollars": 604.5 }, { "purchase_month": { "value": "2016-10-30" }, "total_sale_dollars": 1702.8400000000001 }, { "purchase_month": { "value": "2016-11-06" }, "total_sale_dollars": 3430.38 }, { "purchase_month": { "value": "2016-11-13" }, "total_sale_dollars": 691.4200000000001 }, { "purchase_month": { "value": "2016-11-20" }, "total_sale_dollars": 565.38 }, { "purchase_month": { "value": "2016-11-27" }, "total_sale_dollars": 1180.49 }, { "purchase_month": { "value": "2016-12-04" }, "total_sale_dollars": 2235.26 }, { "purchase_month": { "value": "2016-12-11" }, "total_sale_dollars": 503.22 }, { "purchase_month": { "value": "2016-12-18" }, "total_sale_dollars": 6238.34 }, { "purchase_month": { "value": "2016-12-25" }, "total_sale_dollars": 1382.15 }, { "purchase_month": { "value": "2017-01-01" }, "total_sale_dollars": 683.12 }, { "purchase_month": { "value": "2017-01-08" }, "total_sale_dollars": 635.0600000000001 }, { "purchase_month": { "value": "2017-01-15" }, "total_sale_dollars": 1367.95 }, { "purchase_month": { "value": "2017-01-22" }, "total_sale_dollars": 10161.509999999998 }, { "purchase_month": { "value": "2017-01-29" }, "total_sale_dollars": 1558.38 }, { "purchase_month": { "value": "2017-02-05" }, "total_sale_dollars": 922.98 }, { "purchase_month": { "value": "2017-02-12" }, "total_sale_dollars": 119.22999999999999 }, { "purchase_month": { "value": "2017-02-19" }, "total_sale_dollars": 1421.8600000000001 }, { "purchase_month": { "value": "2017-02-26" }, "total_sale_dollars": 527.01 }, { "purchase_month": { "value": "2017-03-05" }, "total_sale_dollars": 991.96 }, { "purchase_month": { "value": "2017-03-12" }, "total_sale_dollars": 45960.979999999996 }, { "purchase_month": { "value": "2017-03-19" }, "total_sale_dollars": 75468.56000000001 }, { "purchase_month": { "value": "2017-03-26" }, "total_sale_dollars": 145254.16999999998 }, { "purchase_month": { "value": "2017-04-02" }, "total_sale_dollars": 73019.28000000001 }, { "purchase_month": { "value": "2017-04-09" }, "total_sale_dollars": 67469.39 }, { "purchase_month": { "value": "2017-04-16" }, "total_sale_dollars": 52321.28 }, { "purchase_month": { "value": "2017-04-23" }, "total_sale_dollars": 57072.01 }, { "purchase_month": { "value": "2017-04-30" }, "total_sale_dollars": 68863.45999999999 }, { "purchase_month": { "value": "2017-05-07" }, "total_sale_dollars": 86846.62 }, { "purchase_month": { "value": "2017-05-14" }, "total_sale_dollars": 67350.91999999998 }, { "purchase_month": { "value": "2017-05-21" }, "total_sale_dollars": 91171.82999999999 }, { "purchase_month": { "value": "2017-05-28" }, "total_sale_dollars": 82957.01999999997 }, { "purchase_month": { "value": "2017-06-04" }, "total_sale_dollars": 84001.52 }, { "purchase_month": { "value": "2017-06-11" }, "total_sale_dollars": 106621.55 }, { "purchase_month": { "value": "2017-06-18" }, "total_sale_dollars": 109323.12 }, { "purchase_month": { "value": "2017-06-25" }, "total_sale_dollars": 109503.75000000001 }, { "purchase_month": { "value": "2017-07-02" }, "total_sale_dollars": 107777.37999999999 }, { "purchase_month": { "value": "2017-07-09" }, "total_sale_dollars": 93389.39000000001 }, { "purchase_month": { "value": "2017-07-16" }, "total_sale_dollars": 96136.89 }, { "purchase_month": { "value": "2017-07-23" }, "total_sale_dollars": 119306.52 }, { "purchase_month": { "value": "2017-07-30" }, "total_sale_dollars": 89312.01 }, { "purchase_month": { "value": "2017-08-06" }, "total_sale_dollars": 63493.970000000016 }, { "purchase_month": { "value": "2017-08-13" }, "total_sale_dollars": 65319.27 }, { "purchase_month": { "value": "2017-08-20" }, "total_sale_dollars": 63435.479999999996 }, { "purchase_month": { "value": "2017-08-27" }, "total_sale_dollars": 98112.75000000001 }, { "purchase_month": { "value": "2017-09-03" }, "total_sale_dollars": 67377.23 }, { "purchase_month": { "value": "2017-09-10" }, "total_sale_dollars": 80799.01 }, { "purchase_month": { "value": "2017-09-17" }, "total_sale_dollars": 71190.86 }, { "purchase_month": { "value": "2017-09-24" }, "total_sale_dollars": 60679.13 }, { "purchase_month": { "value": "2017-10-01" }, "total_sale_dollars": 85221.02 }, { "purchase_month": { "value": "2017-10-08" }, "total_sale_dollars": 54757.41000000001 }, { "purchase_month": { "value": "2017-10-15" }, "total_sale_dollars": 70904.54999999999 }, { "purchase_month": { "value": "2017-10-22" }, "total_sale_dollars": 72280.76 }, { "purchase_month": { "value": "2017-10-29" }, "total_sale_dollars": 52504.82 }, { "purchase_month": { "value": "2017-11-05" }, "total_sale_dollars": 105317.86000000003 }, { "purchase_month": { "value": "2017-11-12" }, "total_sale_dollars": 76058.24 }, { "purchase_month": { "value": "2017-11-19" }, "total_sale_dollars": 51958.43000000001 }, { "purchase_month": { "value": "2017-11-26" }, "total_sale_dollars": 80434.82000000002 }, { "purchase_month": { "value": "2017-12-03" }, "total_sale_dollars": 135174.38000000003 }, { "purchase_month": { "value": "2017-12-10" }, "total_sale_dollars": 94999.46 }, { "purchase_month": { "value": "2017-12-17" }, "total_sale_dollars": 137724.27 }, { "purchase_month": { "value": "2017-12-24" }, "total_sale_dollars": 86728.68 }, { "purchase_month": { "value": "2017-12-31" }, "total_sale_dollars": 390.62 }, { "purchase_month": { "value": "2018-01-07" }, "total_sale_dollars": 400.38 }, { "purchase_month": { "value": "2018-01-14" }, "total_sale_dollars": 340.46000000000004 }, { "purchase_month": { "value": "2018-01-21" }, "total_sale_dollars": 379.5 }, { "purchase_month": { "value": "2018-01-28" }, "total_sale_dollars": 1204.5 }, { "purchase_month": { "value": "2018-02-04" }, "total_sale_dollars": 1350 }, { "purchase_month": { "value": "2018-02-11" }, "total_sale_dollars": 5455.48 }, { "purchase_month": { "value": "2018-02-18" }, "total_sale_dollars": 820.36 }, { "purchase_month": { "value": "2018-02-25" }, "total_sale_dollars": 99 }, { "purchase_month": { "value": "2018-03-04" }, "total_sale_dollars": 134.98 }, { "purchase_month": { "value": "2018-03-11" }, "total_sale_dollars": 90 }, { "purchase_month": { "value": "2018-03-18" }, "total_sale_dollars": 360 }, { "purchase_month": { "value": "2018-04-01" }, "total_sale_dollars": 27.74 }, { "purchase_month": { "value": "2018-04-08" }, "total_sale_dollars": 674.08 }, { "purchase_month": { "value": "2018-04-15" }, "total_sale_dollars": 262.5 }, { "purchase_month": { "value": "2018-04-22" }, "total_sale_dollars": 125.24 }, { "purchase_month": { "value": "2018-04-29" }, "total_sale_dollars": 709.26 }, { "purchase_month": { "value": "2018-05-06" }, "total_sale_dollars": 1350 }, { "purchase_month": { "value": "2018-05-13" }, "total_sale_dollars": 303.75 }, { "purchase_month": { "value": "2018-05-20" }, "total_sale_dollars": 1442.2 }, { "purchase_month": { "value": "2018-05-27" }, "total_sale_dollars": 1469.88 }, { "purchase_month": { "value": "2018-06-03" }, "total_sale_dollars": 50200.28 }, { "purchase_month": { "value": "2018-06-10" }, "total_sale_dollars": 88415.35000000002 }, { "purchase_month": { "value": "2018-06-17" }, "total_sale_dollars": 71891.98999999999 }, { "purchase_month": { "value": "2018-06-24" }, "total_sale_dollars": 122273.18999999999 }, { "purchase_month": { "value": "2018-07-01" }, "total_sale_dollars": 48661.450000000004 }, { "purchase_month": { "value": "2018-07-08" }, "total_sale_dollars": 83608.68999999999 }, { "purchase_month": { "value": "2018-07-15" }, "total_sale_dollars": 65583.97 }, { "purchase_month": { "value": "2018-07-22" }, "total_sale_dollars": 101233.46000000002 }, { "purchase_month": { "value": "2018-07-29" }, "total_sale_dollars": 77301.03 }, { "purchase_month": { "value": "2018-08-05" }, "total_sale_dollars": 360 }, { "purchase_month": { "value": "2018-08-12" }, "total_sale_dollars": 270 }, { "purchase_month": { "value": "2018-08-19" }, "total_sale_dollars": 279 }, { "purchase_month": { "value": "2018-08-26" }, "total_sale_dollars": 1013.88 }, { "purchase_month": { "value": "2018-09-02" }, "total_sale_dollars": 106439.04999999999 }, { "purchase_month": { "value": "2018-09-09" }, "total_sale_dollars": 104807.04000000004 }, { "purchase_month": { "value": "2018-09-16" }, "total_sale_dollars": 59748.710000000014 }, { "purchase_month": { "value": "2018-09-23" }, "total_sale_dollars": 100691.81999999999 }, { "purchase_month": { "value": "2018-09-30" }, "total_sale_dollars": 59371.54999999999 }, { "purchase_month": { "value": "2018-10-07" }, "total_sale_dollars": 81766.79000000001 }, { "purchase_month": { "value": "2018-10-14" }, "total_sale_dollars": 60594.81999999999 }, { "purchase_month": { "value": "2018-10-21" }, "total_sale_dollars": 68373.78 }, { "purchase_month": { "value": "2018-10-28" }, "total_sale_dollars": 55772.29 }, { "purchase_month": { "value": "2018-11-04" }, "total_sale_dollars": 29767.500000000004 }, { "purchase_month": { "value": "2018-11-11" }, "total_sale_dollars": 1051.44 }, { "purchase_month": { "value": "2018-11-18" }, "total_sale_dollars": 368.94 }, { "purchase_month": { "value": "2018-11-25" }, "total_sale_dollars": 390.70000000000005 }, { "purchase_month": { "value": "2018-12-02" }, "total_sale_dollars": 5195.27 }, { "purchase_month": { "value": "2018-12-09" }, "total_sale_dollars": 1037.8200000000002 }, { "purchase_month": { "value": "2018-12-16" }, "total_sale_dollars": 1611.4900000000002 }, { "purchase_month": { "value": "2018-12-23" }, "total_sale_dollars": 1134.52 }, { "purchase_month": { "value": "2018-12-30" }, "total_sale_dollars": 1017.62 }, { "purchase_month": { "value": "2019-01-06" }, "total_sale_dollars": 262.5 }, { "purchase_month": { "value": "2019-01-13" }, "total_sale_dollars": 133.45999999999998 }, { "purchase_month": { "value": "2019-01-20" }, "total_sale_dollars": 297 }, { "purchase_month": { "value": "2019-01-27" }, "total_sale_dollars": 196.98000000000002 }, { "purchase_month": { "value": "2019-02-03" }, "total_sale_dollars": 581.98 }, { "purchase_month": { "value": "2019-02-10" }, "total_sale_dollars": 450.72 }, { "purchase_month": { "value": "2019-02-17" }, "total_sale_dollars": 200.95999999999998 }, { "purchase_month": { "value": "2019-02-24" }, "total_sale_dollars": 2524.17 }, { "purchase_month": { "value": "2019-03-03" }, "total_sale_dollars": 66417.78000000001 }, { "purchase_month": { "value": "2019-03-10" }, "total_sale_dollars": 54100.97000000001 }, { "purchase_month": { "value": "2019-03-17" }, "total_sale_dollars": 47156.50000000001 }, { "purchase_month": { "value": "2019-03-24" }, "total_sale_dollars": 54394.240000000005 }, { "purchase_month": { "value": "2019-03-31" }, "total_sale_dollars": 59333.23 }, { "purchase_month": { "value": "2019-04-07" }, "total_sale_dollars": 67232.53 }, { "purchase_month": { "value": "2019-04-14" }, "total_sale_dollars": 60102.93 }, { "purchase_month": { "value": "2019-04-21" }, "total_sale_dollars": 68980.48000000001 }, { "purchase_month": { "value": "2019-04-28" }, "total_sale_dollars": 76799.78 }, { "purchase_month": { "value": "2019-05-05" }, "total_sale_dollars": 116566.10999999999 }, { "purchase_month": { "value": "2019-05-12" }, "total_sale_dollars": 93592.96999999999 }, { "purchase_month": { "value": "2019-05-19" }, "total_sale_dollars": 75391.45000000001 }, { "purchase_month": { "value": "2019-05-26" }, "total_sale_dollars": 95550.3 }, { "purchase_month": { "value": "2019-06-02" }, "total_sale_dollars": 66698.73999999999 }, { "purchase_month": { "value": "2019-06-09" }, "total_sale_dollars": 67625.7 }, { "purchase_month": { "value": "2019-06-16" }, "total_sale_dollars": 64754.03 }, { "purchase_month": { "value": "2019-06-23" }, "total_sale_dollars": 74433.55000000002 }, { "purchase_month": { "value": "2019-06-30" }, "total_sale_dollars": 65458.69 }, { "purchase_month": { "value": "2019-07-07" }, "total_sale_dollars": 66214.66 }, { "purchase_month": { "value": "2019-07-14" }, "total_sale_dollars": 57716.06 }, { "purchase_month": { "value": "2019-07-21" }, "total_sale_dollars": 61794.67000000001 }, { "purchase_month": { "value": "2019-07-28" }, "total_sale_dollars": 44913.439999999995 }, { "purchase_month": { "value": "2020-02-02" }, "total_sale_dollars": 38578.719999999994 }, { "purchase_month": { "value": "2020-02-09" }, "total_sale_dollars": 40651.32000000001 }, { "purchase_month": { "value": "2020-02-16" }, "total_sale_dollars": 49974.290000000015 }, { "purchase_month": { "value": "2020-02-23" }, "total_sale_dollars": 48297.91999999999 }, { "purchase_month": { "value": "2020-03-01" }, "total_sale_dollars": 55746.820000000014 }, { "purchase_month": { "value": "2020-03-08" }, "total_sale_dollars": 56475.659999999996 }, { "purchase_month": { "value": "2020-03-15" }, "total_sale_dollars": 45278.409999999996 }, { "purchase_month": { "value": "2020-03-22" }, "total_sale_dollars": 43166.630000000005 }, { "purchase_month": { "value": "2020-03-29" }, "total_sale_dollars": 54014.420000000006 }, { "purchase_month": { "value": "2020-04-05" }, "total_sale_dollars": 41836.950000000004 }, { "purchase_month": { "value": "2020-04-12" }, "total_sale_dollars": 43932.01 }, { "purchase_month": { "value": "2020-04-19" }, "total_sale_dollars": 72521.52 }, { "purchase_month": { "value": "2020-04-26" }, "total_sale_dollars": 53075.72 }, { "purchase_month": { "value": "2020-05-03" }, "total_sale_dollars": 86501.58 }, { "purchase_month": { "value": "2020-05-10" }, "total_sale_dollars": 72829.61999999998 }, { "purchase_month": { "value": "2020-05-17" }, "total_sale_dollars": 74159.33999999997 }, { "purchase_month": { "value": "2020-05-24" }, "total_sale_dollars": 63470.81000000001 }, { "purchase_month": { "value": "2020-05-31" }, "total_sale_dollars": 84492.32 }, { "purchase_month": { "value": "2020-06-07" }, "total_sale_dollars": 66814.65 }, { "purchase_month": { "value": "2020-06-14" }, "total_sale_dollars": 64121.27999999999 }, { "purchase_month": { "value": "2020-06-21" }, "total_sale_dollars": 76284.67000000001 }, { "purchase_month": { "value": "2020-06-28" }, "total_sale_dollars": 75921.51 }, { "purchase_month": { "value": "2020-07-05" }, "total_sale_dollars": 73231.67 }, { "purchase_month": { "value": "2020-07-12" }, "total_sale_dollars": 59290.86000000001 }, { "purchase_month": { "value": "2020-07-19" }, "total_sale_dollars": 60355.94999999999 }, { "purchase_month": { "value": "2020-07-26" }, "total_sale_dollars": 53350.24999999999 }, { "purchase_month": { "value": "2020-08-02" }, "total_sale_dollars": 61070.31999999998 }, { "purchase_month": { "value": "2020-08-09" }, "total_sale_dollars": 59665.69000000002 }, { "purchase_month": { "value": "2020-08-16" }, "total_sale_dollars": 64568.68 }, { "purchase_month": { "value": "2020-08-23" }, "total_sale_dollars": 66291.76 }, { "purchase_month": { "value": "2020-08-30" }, "total_sale_dollars": 60195.23000000001 }, { "purchase_month": { "value": "2020-09-06" }, "total_sale_dollars": 60722.54000000001 }, { "purchase_month": { "value": "2020-09-13" }, "total_sale_dollars": 71539.51 }, { "purchase_month": { "value": "2020-09-20" }, "total_sale_dollars": 60356.240000000005 }, { "purchase_month": { "value": "2020-09-27" }, "total_sale_dollars": 71142.67 }, { "purchase_month": { "value": "2020-10-04" }, "total_sale_dollars": 74331.57 }, { "purchase_month": { "value": "2020-10-11" }, "total_sale_dollars": 69226.89000000001 }, { "purchase_month": { "value": "2020-10-18" }, "total_sale_dollars": 51584.88000000001 }, { "purchase_month": { "value": "2020-10-25" }, "total_sale_dollars": 47192.36 }, { "purchase_month": { "value": "2020-11-01" }, "total_sale_dollars": 51695.679999999986 }, { "purchase_month": { "value": "2020-11-08" }, "total_sale_dollars": 46596.67999999999 }, { "purchase_month": { "value": "2020-11-15" }, "total_sale_dollars": 52476.34 }, { "purchase_month": { "value": "2020-11-22" }, "total_sale_dollars": 50044.5 }, { "purchase_month": { "value": "2020-11-29" }, "total_sale_dollars": 9681.109999999999 }, { "purchase_month": { "value": "2021-05-09" }, "total_sale_dollars": 27732.899999999994 }, { "purchase_month": { "value": "2021-05-16" }, "total_sale_dollars": 65548.76000000001 }, { "purchase_month": { "value": "2021-05-23" }, "total_sale_dollars": 67438.69 }, { "purchase_month": { "value": "2021-05-30" }, "total_sale_dollars": 67661.75 }, { "purchase_month": { "value": "2021-06-06" }, "total_sale_dollars": 99652.88 }, { "purchase_month": { "value": "2021-06-13" }, "total_sale_dollars": 95199.92 }, { "purchase_month": { "value": "2021-06-20" }, "total_sale_dollars": 83334.35999999999 }, { "purchase_month": { "value": "2021-06-27" }, "total_sale_dollars": 81987.08 }, { "purchase_month": { "value": "2021-07-04" }, "total_sale_dollars": 20561.409999999996 }, { "purchase_month": { "value": "2021-07-11" }, "total_sale_dollars": 153320.50000000003 }, { "purchase_month": { "value": "2021-07-18" }, "total_sale_dollars": 125792.56999999998 }, { "purchase_month": { "value": "2021-07-25" }, "total_sale_dollars": 59981.529999999984 }, { "purchase_month": { "value": "2021-08-01" }, "total_sale_dollars": 55293.54000000003 }, { "purchase_month": { "value": "2021-08-08" }, "total_sale_dollars": 81979.04999999999 }, { "purchase_month": { "value": "2021-08-15" }, "total_sale_dollars": 102024.7 }, { "purchase_month": { "value": "2021-08-22" }, "total_sale_dollars": 70716.91000000002 }, { "purchase_month": { "value": "2021-08-29" }, "total_sale_dollars": 72793.95000000003 }, { "purchase_month": { "value": "2021-09-05" }, "total_sale_dollars": 87809.99 }, { "purchase_month": { "value": "2021-09-12" }, "total_sale_dollars": 49111.509999999995 }, { "purchase_month": { "value": "2021-09-19" }, "total_sale_dollars": 32535.92 }, { "purchase_month": { "value": "2021-09-26" }, "total_sale_dollars": 108450.9 }, { "purchase_month": { "value": "2021-12-19" }, "total_sale_dollars": 60549.51 }, { "purchase_month": { "value": "2021-12-26" }, "total_sale_dollars": 59616.39 }, { "purchase_month": { "value": "2022-01-02" }, "total_sale_dollars": 51937.14 }, { "purchase_month": { "value": "2022-01-09" }, "total_sale_dollars": 29949.15 }, { "purchase_month": { "value": "2022-01-16" }, "total_sale_dollars": 30065.52 }, { "purchase_month": { "value": "2022-01-23" }, "total_sale_dollars": 43925.7 }, { "purchase_month": { "value": "2022-01-30" }, "total_sale_dollars": 11410.380000000001 } ], "top_sellers_by_revenue": [ { "vendor_name": "Bacardi U.S.A., Inc.", "item_description": "Grey Goose Vodka", "total_sale_dollars": 26177382.03999998, "total_bottles": 1119844, "avg_price_per_100ml": 3.514801613929745 }, { "vendor_name": "Bacardi U.S.A., Inc.", "item_description": "Grey Goose", "total_sale_dollars": 5654244.14, "total_bottles": 269893, "avg_price_per_100ml": 3.534421301511954 }, { "vendor_name": "Bacardi U.S.A., Inc.", "item_description": "Grey Goose Vodka Mini", "total_sale_dollars": 340740, "total_bottles": 11352, "avg_price_per_100ml": 5 }, { "vendor_name": "Bacardi U.S.A., Inc.", "item_description": "Grey Goose Cherry Noir", "total_sale_dollars": 317092.49999999977, "total_bottles": 11798, "avg_price_per_100ml": 3.634589831924 }, { "vendor_name": "Bacardi U.S.A., Inc.", "item_description": "Grey Goose Vodka L'orange", "total_sale_dollars": 178424.09999999998, "total_bottles": 6540, "avg_price_per_100ml": 3.633020802620803 } ], "most_expensive_products": [ { "vendor_name": "Bacardi U.S.A., Inc.", "item_description": "Grey Goose Essences Watermelon & Basil Mini", "total_sale_dollars": 1553.7600000000004, "total_bottles": 52, "avg_price_per_100ml": 59.760000000000005 }, { "vendor_name": "Bacardi U.S.A., Inc.", "item_description": "Grey Goose Essences White Peach & Rosemary Mini", "total_sale_dollars": 1792.8000000000004, "total_bottles": 60, "avg_price_per_100ml": 59.760000000000005 }, { "vendor_name": "Bacardi U.S.A., Inc.", "item_description": "Grey Goose Essences Strawberry & Lemongrass Mini", "total_sale_dollars": 2121.4800000000005, "total_bottles": 71, "avg_price_per_100ml": 59.760000000000005 }, { "vendor_name": "Bacardi U.S.A., Inc.", "item_description": "Grey Goose Mini", "total_sale_dollars": 120450, "total_bottles": 4015, "avg_price_per_100ml": 46.24381466486729 }, { "vendor_name": "Bacardi U.S.A., Inc.", "item_description": "Grey Goose VX", "total_sale_dollars": 39511.71000000001, "total_bottles": 659, "avg_price_per_100ml": 7.3919999999999995 }, { "vendor_name": "Bacardi U.S.A., Inc.", "item_description": "Grey Goose Vodka Mini", "total_sale_dollars": 340740, "total_bottles": 11352, "avg_price_per_100ml": 5 }, { "vendor_name": "Bacardi U.S.A., Inc.", "item_description": "Grey Goose Le Citron Mini", "total_sale_dollars": 1050, "total_bottles": 35, "avg_price_per_100ml": 5 }, { "vendor_name": "Bacardi U.S.A., Inc.", "item_description": "Grey Goose Multi Pack", "total_sale_dollars": 8390, "total_bottles": 839, "avg_price_per_100ml": 5 }, { "vendor_name": "Bacardi U.S.A., Inc.", "item_description": "Grey Goose La Poire Mini", "total_sale_dollars": 1050, "total_bottles": 35, "avg_price_per_100ml": 5 }, { "vendor_name": "Bacardi U.S.A., Inc.", "item_description": "Grey Goose Le Melon Mini", "total_sale_dollars": 2760, "total_bottles": 92, "avg_price_per_100ml": 5 } ] }, { "vendor_name": "E & J Gallo Winery", "total_sale_dollars": 32856079.43000007, "by_month": [ { "purchase_month": { "value": "2012-01-01" }, "total_sale_dollars": 2217.2999999999997 }, { "purchase_month": { "value": "2012-01-08" }, "total_sale_dollars": 2393.2400000000007 }, { "purchase_month": { "value": "2012-01-15" }, "total_sale_dollars": 2936.04 }, { "purchase_month": { "value": "2012-01-22" }, "total_sale_dollars": 2119.1300000000006 }, { "purchase_month": { "value": "2012-01-29" }, "total_sale_dollars": 4031.4500000000003 }, { "purchase_month": { "value": "2012-02-05" }, "total_sale_dollars": 3847.94 }, { "purchase_month": { "value": "2012-02-12" }, "total_sale_dollars": 12033.689999999999 }, { "purchase_month": { "value": "2012-02-19" }, "total_sale_dollars": 3137.239999999999 }, { "purchase_month": { "value": "2012-02-26" }, "total_sale_dollars": 2584.05 }, { "purchase_month": { "value": "2012-03-04" }, "total_sale_dollars": 3170.8500000000004 }, { "purchase_month": { "value": "2012-03-11" }, "total_sale_dollars": 3532.19 }, { "purchase_month": { "value": "2012-03-18" }, "total_sale_dollars": 4745.36 }, { "purchase_month": { "value": "2012-03-25" }, "total_sale_dollars": 2254.97 }, { "purchase_month": { "value": "2012-04-01" }, "total_sale_dollars": 27931.790000000008 }, { "purchase_month": { "value": "2012-04-08" }, "total_sale_dollars": 5966.59 }, { "purchase_month": { "value": "2012-04-15" }, "total_sale_dollars": 5621.57 }, { "purchase_month": { "value": "2012-04-22" }, "total_sale_dollars": 2518.83 }, { "purchase_month": { "value": "2012-04-29" }, "total_sale_dollars": 4445.35 }, { "purchase_month": { "value": "2012-05-06" }, "total_sale_dollars": 2405.75 }, { "purchase_month": { "value": "2012-05-13" }, "total_sale_dollars": 2698.2299999999996 }, { "purchase_month": { "value": "2012-05-20" }, "total_sale_dollars": 3887.4900000000007 }, { "purchase_month": { "value": "2012-05-27" }, "total_sale_dollars": 3481.709999999999 }, { "purchase_month": { "value": "2012-06-03" }, "total_sale_dollars": 6961.589999999998 }, { "purchase_month": { "value": "2012-06-10" }, "total_sale_dollars": 2970.16 }, { "purchase_month": { "value": "2012-06-17" }, "total_sale_dollars": 4438.929999999999 }, { "purchase_month": { "value": "2012-06-24" }, "total_sale_dollars": 6305.61 }, { "purchase_month": { "value": "2012-07-01" }, "total_sale_dollars": 5673.729999999999 }, { "purchase_month": { "value": "2012-07-08" }, "total_sale_dollars": 2792.5199999999995 }, { "purchase_month": { "value": "2012-07-15" }, "total_sale_dollars": 4959.150000000001 }, { "purchase_month": { "value": "2012-07-22" }, "total_sale_dollars": 4551.47 }, { "purchase_month": { "value": "2012-07-29" }, "total_sale_dollars": 7409.599999999999 }, { "purchase_month": { "value": "2012-08-05" }, "total_sale_dollars": 13549.83 }, { "purchase_month": { "value": "2012-08-12" }, "total_sale_dollars": 12436.690000000004 }, { "purchase_month": { "value": "2012-08-19" }, "total_sale_dollars": 7860.37 }, { "purchase_month": { "value": "2012-08-26" }, "total_sale_dollars": 10563.62 }, { "purchase_month": { "value": "2012-09-02" }, "total_sale_dollars": 7008.43 }, { "purchase_month": { "value": "2012-09-09" }, "total_sale_dollars": 10608.260000000002 }, { "purchase_month": { "value": "2012-09-16" }, "total_sale_dollars": 9021.29 }, { "purchase_month": { "value": "2012-09-23" }, "total_sale_dollars": 8972.34 }, { "purchase_month": { "value": "2012-09-30" }, "total_sale_dollars": 19895.810000000005 }, { "purchase_month": { "value": "2012-10-07" }, "total_sale_dollars": 22566.100000000006 }, { "purchase_month": { "value": "2012-10-14" }, "total_sale_dollars": 19901.260000000006 }, { "purchase_month": { "value": "2012-10-21" }, "total_sale_dollars": 16417.960000000003 }, { "purchase_month": { "value": "2012-10-28" }, "total_sale_dollars": 9254.809999999998 }, { "purchase_month": { "value": "2012-11-04" }, "total_sale_dollars": 11781.520000000002 }, { "purchase_month": { "value": "2012-11-11" }, "total_sale_dollars": 11741.9 }, { "purchase_month": { "value": "2012-11-18" }, "total_sale_dollars": 3842.2999999999993 }, { "purchase_month": { "value": "2012-11-25" }, "total_sale_dollars": 10711.249999999995 }, { "purchase_month": { "value": "2012-12-02" }, "total_sale_dollars": 8882.56 }, { "purchase_month": { "value": "2012-12-09" }, "total_sale_dollars": 7604.7300000000005 }, { "purchase_month": { "value": "2012-12-16" }, "total_sale_dollars": 12612.71 }, { "purchase_month": { "value": "2012-12-23" }, "total_sale_dollars": 14298.689999999997 }, { "purchase_month": { "value": "2012-12-30" }, "total_sale_dollars": 12403.010000000004 }, { "purchase_month": { "value": "2013-01-06" }, "total_sale_dollars": 8012.109999999999 }, { "purchase_month": { "value": "2013-01-13" }, "total_sale_dollars": 6863.43 }, { "purchase_month": { "value": "2013-01-20" }, "total_sale_dollars": 7533.709999999999 }, { "purchase_month": { "value": "2013-01-27" }, "total_sale_dollars": 9037.479999999998 }, { "purchase_month": { "value": "2013-02-03" }, "total_sale_dollars": 14602.590000000002 }, { "purchase_month": { "value": "2013-02-10" }, "total_sale_dollars": 8016.730000000001 }, { "purchase_month": { "value": "2013-02-17" }, "total_sale_dollars": 11531.839999999998 }, { "purchase_month": { "value": "2013-02-24" }, "total_sale_dollars": 11077.82 }, { "purchase_month": { "value": "2013-03-03" }, "total_sale_dollars": 10797.790000000005 }, { "purchase_month": { "value": "2013-03-10" }, "total_sale_dollars": 14118.199999999999 }, { "purchase_month": { "value": "2013-03-17" }, "total_sale_dollars": 11254.970000000003 }, { "purchase_month": { "value": "2013-03-24" }, "total_sale_dollars": 12059.040000000003 }, { "purchase_month": { "value": "2013-03-31" }, "total_sale_dollars": 40632.53999999999 }, { "purchase_month": { "value": "2013-04-07" }, "total_sale_dollars": 27950.580000000005 }, { "purchase_month": { "value": "2013-04-14" }, "total_sale_dollars": 17345.79 }, { "purchase_month": { "value": "2013-04-21" }, "total_sale_dollars": 20746.030000000006 }, { "purchase_month": { "value": "2013-04-28" }, "total_sale_dollars": 16040.819999999998 }, { "purchase_month": { "value": "2013-05-05" }, "total_sale_dollars": 12116.790000000005 }, { "purchase_month": { "value": "2013-05-12" }, "total_sale_dollars": 11416.590000000004 }, { "purchase_month": { "value": "2013-05-19" }, "total_sale_dollars": 12228.66 }, { "purchase_month": { "value": "2013-05-26" }, "total_sale_dollars": 18821.84 }, { "purchase_month": { "value": "2013-06-02" }, "total_sale_dollars": 17346.829999999998 }, { "purchase_month": { "value": "2013-06-09" }, "total_sale_dollars": 23781.410000000007 }, { "purchase_month": { "value": "2013-06-16" }, "total_sale_dollars": 11035.829999999998 }, { "purchase_month": { "value": "2013-06-23" }, "total_sale_dollars": 18335.209999999995 }, { "purchase_month": { "value": "2013-06-30" }, "total_sale_dollars": 1852.6500000000005 }, { "purchase_month": { "value": "2013-07-07" }, "total_sale_dollars": 33541.11 }, { "purchase_month": { "value": "2013-07-14" }, "total_sale_dollars": 24546.849999999995 }, { "purchase_month": { "value": "2013-07-21" }, "total_sale_dollars": 22223.559999999998 }, { "purchase_month": { "value": "2013-07-28" }, "total_sale_dollars": 26241.409999999996 }, { "purchase_month": { "value": "2013-08-04" }, "total_sale_dollars": 22266.789999999997 }, { "purchase_month": { "value": "2013-08-11" }, "total_sale_dollars": 26396.510000000006 }, { "purchase_month": { "value": "2013-08-18" }, "total_sale_dollars": 13148.580000000005 }, { "purchase_month": { "value": "2013-08-25" }, "total_sale_dollars": 31815.78 }, { "purchase_month": { "value": "2013-09-01" }, "total_sale_dollars": 17071.190000000006 }, { "purchase_month": { "value": "2013-09-08" }, "total_sale_dollars": 20385.979999999996 }, { "purchase_month": { "value": "2013-09-15" }, "total_sale_dollars": 20919.02999999999 }, { "purchase_month": { "value": "2013-09-22" }, "total_sale_dollars": 26284.95 }, { "purchase_month": { "value": "2013-09-29" }, "total_sale_dollars": 41519.520000000004 }, { "purchase_month": { "value": "2013-10-06" }, "total_sale_dollars": 30502.72 }, { "purchase_month": { "value": "2013-10-13" }, "total_sale_dollars": 18405.800000000003 }, { "purchase_month": { "value": "2013-10-20" }, "total_sale_dollars": 25164.569999999996 }, { "purchase_month": { "value": "2013-10-27" }, "total_sale_dollars": 37318 }, { "purchase_month": { "value": "2013-11-03" }, "total_sale_dollars": 17906.269999999997 }, { "purchase_month": { "value": "2013-11-10" }, "total_sale_dollars": 19608.050000000003 }, { "purchase_month": { "value": "2013-11-17" }, "total_sale_dollars": 26768.049999999996 }, { "purchase_month": { "value": "2013-11-24" }, "total_sale_dollars": 10170.45 }, { "purchase_month": { "value": "2013-12-01" }, "total_sale_dollars": 23957.230000000003 }, { "purchase_month": { "value": "2013-12-08" }, "total_sale_dollars": 32381.090000000004 }, { "purchase_month": { "value": "2013-12-15" }, "total_sale_dollars": 30773.52000000001 }, { "purchase_month": { "value": "2013-12-22" }, "total_sale_dollars": 24246.279999999995 }, { "purchase_month": { "value": "2013-12-29" }, "total_sale_dollars": 19026.069999999992 }, { "purchase_month": { "value": "2014-01-05" }, "total_sale_dollars": 23636.760000000006 }, { "purchase_month": { "value": "2014-01-12" }, "total_sale_dollars": 17601.66 }, { "purchase_month": { "value": "2014-01-19" }, "total_sale_dollars": 24430.259999999995 }, { "purchase_month": { "value": "2014-01-26" }, "total_sale_dollars": 22057.140000000003 }, { "purchase_month": { "value": "2014-02-02" }, "total_sale_dollars": 41589.420000000006 }, { "purchase_month": { "value": "2014-02-09" }, "total_sale_dollars": 28961.129999999997 }, { "purchase_month": { "value": "2014-02-16" }, "total_sale_dollars": 30923.010000000002 }, { "purchase_month": { "value": "2014-02-23" }, "total_sale_dollars": 28052.22000000001 }, { "purchase_month": { "value": "2014-03-02" }, "total_sale_dollars": 36517.979999999996 }, { "purchase_month": { "value": "2014-03-09" }, "total_sale_dollars": 29907.209999999995 }, { "purchase_month": { "value": "2014-03-16" }, "total_sale_dollars": 22182.11 }, { "purchase_month": { "value": "2014-03-23" }, "total_sale_dollars": 20524.84 }, { "purchase_month": { "value": "2014-03-30" }, "total_sale_dollars": 62932.38999999999 }, { "purchase_month": { "value": "2014-04-06" }, "total_sale_dollars": 56745.21000000001 }, { "purchase_month": { "value": "2014-04-13" }, "total_sale_dollars": 51252.72999999999 }, { "purchase_month": { "value": "2014-04-20" }, "total_sale_dollars": 68018.05000000003 }, { "purchase_month": { "value": "2014-04-27" }, "total_sale_dollars": 48320.06 }, { "purchase_month": { "value": "2014-05-04" }, "total_sale_dollars": 24853.800000000003 }, { "purchase_month": { "value": "2014-05-11" }, "total_sale_dollars": 32646.869999999995 }, { "purchase_month": { "value": "2014-05-18" }, "total_sale_dollars": 50136.12000000001 }, { "purchase_month": { "value": "2014-05-25" }, "total_sale_dollars": 28323.540000000005 }, { "purchase_month": { "value": "2014-06-01" }, "total_sale_dollars": 45373.89 }, { "purchase_month": { "value": "2014-06-08" }, "total_sale_dollars": 42449.12 }, { "purchase_month": { "value": "2014-06-15" }, "total_sale_dollars": 29663.050000000003 }, { "purchase_month": { "value": "2014-06-22" }, "total_sale_dollars": 80347.11 }, { "purchase_month": { "value": "2014-06-29" }, "total_sale_dollars": 31120.34 }, { "purchase_month": { "value": "2014-07-06" }, "total_sale_dollars": 43351.78 }, { "purchase_month": { "value": "2014-07-13" }, "total_sale_dollars": 43182.72000000001 }, { "purchase_month": { "value": "2014-07-20" }, "total_sale_dollars": 42878.84 }, { "purchase_month": { "value": "2014-07-27" }, "total_sale_dollars": 34016.82 }, { "purchase_month": { "value": "2014-08-03" }, "total_sale_dollars": 129794.99999999997 }, { "purchase_month": { "value": "2014-08-10" }, "total_sale_dollars": 44820.56999999999 }, { "purchase_month": { "value": "2014-08-17" }, "total_sale_dollars": 53422.02000000002 }, { "purchase_month": { "value": "2014-08-24" }, "total_sale_dollars": 67085.44000000002 }, { "purchase_month": { "value": "2014-08-31" }, "total_sale_dollars": 59718.159999999996 }, { "purchase_month": { "value": "2014-09-07" }, "total_sale_dollars": 70387.44 }, { "purchase_month": { "value": "2014-09-14" }, "total_sale_dollars": 70392.4 }, { "purchase_month": { "value": "2014-09-21" }, "total_sale_dollars": 71317.17999999998 }, { "purchase_month": { "value": "2014-09-28" }, "total_sale_dollars": 54401.59000000001 }, { "purchase_month": { "value": "2014-10-05" }, "total_sale_dollars": 74537.61000000002 }, { "purchase_month": { "value": "2014-10-12" }, "total_sale_dollars": 46016.69000000001 }, { "purchase_month": { "value": "2014-10-19" }, "total_sale_dollars": 138217.47000000003 }, { "purchase_month": { "value": "2014-10-26" }, "total_sale_dollars": 108481.45999999999 }, { "purchase_month": { "value": "2014-11-02" }, "total_sale_dollars": 48475.030000000006 }, { "purchase_month": { "value": "2014-11-09" }, "total_sale_dollars": 34980.96000000001 }, { "purchase_month": { "value": "2014-11-16" }, "total_sale_dollars": 59184.34 }, { "purchase_month": { "value": "2014-11-23" }, "total_sale_dollars": 18381.850000000006 }, { "purchase_month": { "value": "2014-11-30" }, "total_sale_dollars": 83279.15999999997 }, { "purchase_month": { "value": "2014-12-07" }, "total_sale_dollars": 38348.31999999999 }, { "purchase_month": { "value": "2014-12-14" }, "total_sale_dollars": 66875.59999999999 }, { "purchase_month": { "value": "2014-12-21" }, "total_sale_dollars": 43380.79000000001 }, { "purchase_month": { "value": "2014-12-28" }, "total_sale_dollars": 57882.78999999999 }, { "purchase_month": { "value": "2015-01-04" }, "total_sale_dollars": 34232.72000000001 }, { "purchase_month": { "value": "2015-01-11" }, "total_sale_dollars": 34912.25 }, { "purchase_month": { "value": "2015-01-18" }, "total_sale_dollars": 32625.960000000003 }, { "purchase_month": { "value": "2015-01-25" }, "total_sale_dollars": 38462.990000000005 }, { "purchase_month": { "value": "2015-02-01" }, "total_sale_dollars": 42118.05000000001 }, { "purchase_month": { "value": "2015-02-08" }, "total_sale_dollars": 37272.87000000001 }, { "purchase_month": { "value": "2015-02-15" }, "total_sale_dollars": 35648.12 }, { "purchase_month": { "value": "2015-02-22" }, "total_sale_dollars": 37924.50000000001 }, { "purchase_month": { "value": "2015-03-01" }, "total_sale_dollars": 105139.87 }, { "purchase_month": { "value": "2015-03-08" }, "total_sale_dollars": 61808.570000000014 }, { "purchase_month": { "value": "2015-03-15" }, "total_sale_dollars": 58883.52999999998 }, { "purchase_month": { "value": "2015-03-22" }, "total_sale_dollars": 55632.90000000001 }, { "purchase_month": { "value": "2015-03-29" }, "total_sale_dollars": 90907.69 }, { "purchase_month": { "value": "2015-04-05" }, "total_sale_dollars": 60786.310000000005 }, { "purchase_month": { "value": "2015-04-12" }, "total_sale_dollars": 62839.689999999995 }, { "purchase_month": { "value": "2015-04-19" }, "total_sale_dollars": 73387.49 }, { "purchase_month": { "value": "2015-04-26" }, "total_sale_dollars": 86580.76000000001 }, { "purchase_month": { "value": "2015-05-03" }, "total_sale_dollars": 35247.02000000001 }, { "purchase_month": { "value": "2015-05-10" }, "total_sale_dollars": 44860.880000000005 }, { "purchase_month": { "value": "2015-05-17" }, "total_sale_dollars": 41367.979999999996 }, { "purchase_month": { "value": "2015-05-24" }, "total_sale_dollars": 33403.469999999994 }, { "purchase_month": { "value": "2015-05-31" }, "total_sale_dollars": 81655.45999999999 }, { "purchase_month": { "value": "2015-06-07" }, "total_sale_dollars": 56930.79000000001 }, { "purchase_month": { "value": "2015-06-14" }, "total_sale_dollars": 56266.950000000004 }, { "purchase_month": { "value": "2015-06-21" }, "total_sale_dollars": 108114.10000000002 }, { "purchase_month": { "value": "2015-06-28" }, "total_sale_dollars": 46733.579999999994 }, { "purchase_month": { "value": "2015-07-05" }, "total_sale_dollars": 51666.22 }, { "purchase_month": { "value": "2015-07-12" }, "total_sale_dollars": 52709.78 }, { "purchase_month": { "value": "2015-07-19" }, "total_sale_dollars": 41363.47000000001 }, { "purchase_month": { "value": "2015-07-26" }, "total_sale_dollars": 50078.97000000002 }, { "purchase_month": { "value": "2015-08-02" }, "total_sale_dollars": 101459.91 }, { "purchase_month": { "value": "2015-08-09" }, "total_sale_dollars": 67177.18 }, { "purchase_month": { "value": "2015-08-16" }, "total_sale_dollars": 104377.37 }, { "purchase_month": { "value": "2015-08-23" }, "total_sale_dollars": 94440.10999999999 }, { "purchase_month": { "value": "2015-08-30" }, "total_sale_dollars": 62787.680000000015 }, { "purchase_month": { "value": "2015-09-06" }, "total_sale_dollars": 37708.229999999996 }, { "purchase_month": { "value": "2015-09-13" }, "total_sale_dollars": 52850.65000000001 }, { "purchase_month": { "value": "2015-09-20" }, "total_sale_dollars": 40605.850000000006 }, { "purchase_month": { "value": "2015-09-27" }, "total_sale_dollars": 88917.84000000003 }, { "purchase_month": { "value": "2015-10-04" }, "total_sale_dollars": 86406.02000000002 }, { "purchase_month": { "value": "2015-10-11" }, "total_sale_dollars": 58843.770000000004 }, { "purchase_month": { "value": "2015-10-18" }, "total_sale_dollars": 79937.34999999998 }, { "purchase_month": { "value": "2015-10-25" }, "total_sale_dollars": 98513.61999999998 }, { "purchase_month": { "value": "2015-11-01" }, "total_sale_dollars": 45038.84999999999 }, { "purchase_month": { "value": "2015-11-08" }, "total_sale_dollars": 41676.15 }, { "purchase_month": { "value": "2015-11-15" }, "total_sale_dollars": 56279.53000000001 }, { "purchase_month": { "value": "2015-11-22" }, "total_sale_dollars": 21428.26 }, { "purchase_month": { "value": "2015-11-29" }, "total_sale_dollars": 108889.57999999999 }, { "purchase_month": { "value": "2015-12-06" }, "total_sale_dollars": 93186.68 }, { "purchase_month": { "value": "2015-12-13" }, "total_sale_dollars": 76518.81999999999 }, { "purchase_month": { "value": "2015-12-20" }, "total_sale_dollars": 61900.340000000004 }, { "purchase_month": { "value": "2015-12-27" }, "total_sale_dollars": 73254.19999999998 }, { "purchase_month": { "value": "2016-01-03" }, "total_sale_dollars": 41997.80000000001 }, { "purchase_month": { "value": "2016-01-10" }, "total_sale_dollars": 40963.630000000005 }, { "purchase_month": { "value": "2016-01-17" }, "total_sale_dollars": 27455.889999999996 }, { "purchase_month": { "value": "2016-01-24" }, "total_sale_dollars": 45469.08000000001 }, { "purchase_month": { "value": "2016-01-31" }, "total_sale_dollars": 53437.27000000002 }, { "purchase_month": { "value": "2016-02-07" }, "total_sale_dollars": 43220.5 }, { "purchase_month": { "value": "2016-02-14" }, "total_sale_dollars": 40236.56999999999 }, { "purchase_month": { "value": "2016-02-21" }, "total_sale_dollars": 39211.17 }, { "purchase_month": { "value": "2016-02-28" }, "total_sale_dollars": 74745.99000000002 }, { "purchase_month": { "value": "2016-03-06" }, "total_sale_dollars": 87833.24000000003 }, { "purchase_month": { "value": "2016-03-13" }, "total_sale_dollars": 94671.63999999997 }, { "purchase_month": { "value": "2016-03-20" }, "total_sale_dollars": 56861.47 }, { "purchase_month": { "value": "2016-03-27" }, "total_sale_dollars": 62947.76 }, { "purchase_month": { "value": "2016-04-03" }, "total_sale_dollars": 86275.33000000002 }, { "purchase_month": { "value": "2016-04-10" }, "total_sale_dollars": 56928.23000000002 }, { "purchase_month": { "value": "2016-04-17" }, "total_sale_dollars": 73202.72 }, { "purchase_month": { "value": "2016-04-24" }, "total_sale_dollars": 87472.29000000001 }, { "purchase_month": { "value": "2016-05-01" }, "total_sale_dollars": 45190.44 }, { "purchase_month": { "value": "2016-05-08" }, "total_sale_dollars": 43916.61 }, { "purchase_month": { "value": "2016-05-15" }, "total_sale_dollars": 45508.44000000001 }, { "purchase_month": { "value": "2016-05-22" }, "total_sale_dollars": 66526.32 }, { "purchase_month": { "value": "2016-05-29" }, "total_sale_dollars": 89531.84 }, { "purchase_month": { "value": "2016-06-05" }, "total_sale_dollars": 89608.87 }, { "purchase_month": { "value": "2016-06-12" }, "total_sale_dollars": 129225.90999999997 }, { "purchase_month": { "value": "2016-06-19" }, "total_sale_dollars": 128917.86 }, { "purchase_month": { "value": "2016-06-26" }, "total_sale_dollars": 177751.55999999997 }, { "purchase_month": { "value": "2016-07-03" }, "total_sale_dollars": 43100.799999999996 }, { "purchase_month": { "value": "2016-07-10" }, "total_sale_dollars": 65361.520000000026 }, { "purchase_month": { "value": "2016-07-17" }, "total_sale_dollars": 41617.149999999994 }, { "purchase_month": { "value": "2016-07-24" }, "total_sale_dollars": 59275.22000000001 }, { "purchase_month": { "value": "2016-07-31" }, "total_sale_dollars": 74739.91999999998 }, { "purchase_month": { "value": "2016-08-07" }, "total_sale_dollars": 69064.45999999999 }, { "purchase_month": { "value": "2016-08-14" }, "total_sale_dollars": 76585.78000000001 }, { "purchase_month": { "value": "2016-08-21" }, "total_sale_dollars": 101262.37000000001 }, { "purchase_month": { "value": "2016-08-28" }, "total_sale_dollars": 72986.67 }, { "purchase_month": { "value": "2016-09-04" }, "total_sale_dollars": 45522.34000000002 }, { "purchase_month": { "value": "2016-09-11" }, "total_sale_dollars": 53391.369999999995 }, { "purchase_month": { "value": "2016-09-18" }, "total_sale_dollars": 53657.91 }, { "purchase_month": { "value": "2016-09-25" }, "total_sale_dollars": 51658.67 }, { "purchase_month": { "value": "2016-10-02" }, "total_sale_dollars": 119075.33999999997 }, { "purchase_month": { "value": "2016-10-09" }, "total_sale_dollars": 77743.66 }, { "purchase_month": { "value": "2016-10-16" }, "total_sale_dollars": 100104.69999999998 }, { "purchase_month": { "value": "2016-10-23" }, "total_sale_dollars": 127066.46000000004 }, { "purchase_month": { "value": "2016-10-30" }, "total_sale_dollars": 98856.20999999999 }, { "purchase_month": { "value": "2016-11-06" }, "total_sale_dollars": 60576.66000000001 }, { "purchase_month": { "value": "2016-11-13" }, "total_sale_dollars": 67625.36000000002 }, { "purchase_month": { "value": "2016-11-20" }, "total_sale_dollars": 39749.56000000001 }, { "purchase_month": { "value": "2016-11-27" }, "total_sale_dollars": 101860.38 }, { "purchase_month": { "value": "2016-12-04" }, "total_sale_dollars": 101834.86000000002 }, { "purchase_month": { "value": "2016-12-11" }, "total_sale_dollars": 100550.79999999999 }, { "purchase_month": { "value": "2016-12-18" }, "total_sale_dollars": 89535.95999999999 }, { "purchase_month": { "value": "2016-12-25" }, "total_sale_dollars": 118357.62999999999 }, { "purchase_month": { "value": "2017-01-01" }, "total_sale_dollars": 44948.84000000002 }, { "purchase_month": { "value": "2017-01-08" }, "total_sale_dollars": 54842.99999999999 }, { "purchase_month": { "value": "2017-01-15" }, "total_sale_dollars": 46972.81000000001 }, { "purchase_month": { "value": "2017-01-22" }, "total_sale_dollars": 55231.84000000001 }, { "purchase_month": { "value": "2017-01-29" }, "total_sale_dollars": 55384.48 }, { "purchase_month": { "value": "2017-02-05" }, "total_sale_dollars": 60765.24000000001 }, { "purchase_month": { "value": "2017-02-12" }, "total_sale_dollars": 54322.74 }, { "purchase_month": { "value": "2017-02-19" }, "total_sale_dollars": 62393.59 }, { "purchase_month": { "value": "2017-02-26" }, "total_sale_dollars": 117291.43000000002 }, { "purchase_month": { "value": "2017-03-05" }, "total_sale_dollars": 113288.31 }, { "purchase_month": { "value": "2017-03-12" }, "total_sale_dollars": 89836.88 }, { "purchase_month": { "value": "2017-03-19" }, "total_sale_dollars": 89404.03000000001 }, { "purchase_month": { "value": "2017-03-26" }, "total_sale_dollars": 80872.65 }, { "purchase_month": { "value": "2017-04-02" }, "total_sale_dollars": 100078.35000000002 }, { "purchase_month": { "value": "2017-04-09" }, "total_sale_dollars": 75523.02 }, { "purchase_month": { "value": "2017-04-16" }, "total_sale_dollars": 69818.83 }, { "purchase_month": { "value": "2017-04-23" }, "total_sale_dollars": 125334.15000000002 }, { "purchase_month": { "value": "2017-04-30" }, "total_sale_dollars": 56345.149999999994 }, { "purchase_month": { "value": "2017-05-07" }, "total_sale_dollars": 58352.40000000001 }, { "purchase_month": { "value": "2017-05-14" }, "total_sale_dollars": 72616.29000000001 }, { "purchase_month": { "value": "2017-05-21" }, "total_sale_dollars": 60638.96 }, { "purchase_month": { "value": "2017-05-28" }, "total_sale_dollars": 77972.53 }, { "purchase_month": { "value": "2017-06-04" }, "total_sale_dollars": 164444.14 }, { "purchase_month": { "value": "2017-06-11" }, "total_sale_dollars": 121915.12 }, { "purchase_month": { "value": "2017-06-18" }, "total_sale_dollars": 117239.45000000001 }, { "purchase_month": { "value": "2017-06-25" }, "total_sale_dollars": 91742.15 }, { "purchase_month": { "value": "2017-07-02" }, "total_sale_dollars": 62656.33 }, { "purchase_month": { "value": "2017-07-09" }, "total_sale_dollars": 99919.02999999997 }, { "purchase_month": { "value": "2017-07-16" }, "total_sale_dollars": 63673.240000000005 }, { "purchase_month": { "value": "2017-07-23" }, "total_sale_dollars": 58238.999999999985 }, { "purchase_month": { "value": "2017-07-30" }, "total_sale_dollars": 97802.54 }, { "purchase_month": { "value": "2017-08-06" }, "total_sale_dollars": 109255.96999999997 }, { "purchase_month": { "value": "2017-08-13" }, "total_sale_dollars": 103314.58 }, { "purchase_month": { "value": "2017-08-20" }, "total_sale_dollars": 97681.15 }, { "purchase_month": { "value": "2017-08-27" }, "total_sale_dollars": 128529.61999999998 }, { "purchase_month": { "value": "2017-09-03" }, "total_sale_dollars": 59598.15 }, { "purchase_month": { "value": "2017-09-10" }, "total_sale_dollars": 76714.37 }, { "purchase_month": { "value": "2017-09-17" }, "total_sale_dollars": 59824.30000000001 }, { "purchase_month": { "value": "2017-09-24" }, "total_sale_dollars": 61180.63000000001 }, { "purchase_month": { "value": "2017-10-01" }, "total_sale_dollars": 129331.5 }, { "purchase_month": { "value": "2017-10-08" }, "total_sale_dollars": 82811.26 }, { "purchase_month": { "value": "2017-10-15" }, "total_sale_dollars": 84463.26999999999 }, { "purchase_month": { "value": "2017-10-22" }, "total_sale_dollars": 115967.38999999998 }, { "purchase_month": { "value": "2017-10-29" }, "total_sale_dollars": 84991.52 }, { "purchase_month": { "value": "2017-11-05" }, "total_sale_dollars": 53409.47 }, { "purchase_month": { "value": "2017-11-12" }, "total_sale_dollars": 59180.50000000001 }, { "purchase_month": { "value": "2017-11-19" }, "total_sale_dollars": 29077.79 }, { "purchase_month": { "value": "2017-11-26" }, "total_sale_dollars": 81355.16 }, { "purchase_month": { "value": "2017-12-03" }, "total_sale_dollars": 111833.33999999998 }, { "purchase_month": { "value": "2017-12-10" }, "total_sale_dollars": 70980.2 }, { "purchase_month": { "value": "2017-12-17" }, "total_sale_dollars": 97884.92999999998 }, { "purchase_month": { "value": "2017-12-24" }, "total_sale_dollars": 62119.689999999995 }, { "purchase_month": { "value": "2017-12-31" }, "total_sale_dollars": 42339.5 }, { "purchase_month": { "value": "2018-01-07" }, "total_sale_dollars": 57403.00000000001 }, { "purchase_month": { "value": "2018-01-14" }, "total_sale_dollars": 51200.17 }, { "purchase_month": { "value": "2018-01-21" }, "total_sale_dollars": 60829.11 }, { "purchase_month": { "value": "2018-01-28" }, "total_sale_dollars": 54929.20000000002 }, { "purchase_month": { "value": "2018-02-04" }, "total_sale_dollars": 55821.24 }, { "purchase_month": { "value": "2018-02-11" }, "total_sale_dollars": 51061.53999999999 }, { "purchase_month": { "value": "2018-02-18" }, "total_sale_dollars": 59615.47 }, { "purchase_month": { "value": "2018-02-25" }, "total_sale_dollars": 76622.58999999998 }, { "purchase_month": { "value": "2018-03-04" }, "total_sale_dollars": 94620.16 }, { "purchase_month": { "value": "2018-03-11" }, "total_sale_dollars": 83525.58999999998 }, { "purchase_month": { "value": "2018-03-18" }, "total_sale_dollars": 86698.27 }, { "purchase_month": { "value": "2018-03-25" }, "total_sale_dollars": 71643.83000000002 }, { "purchase_month": { "value": "2018-04-01" }, "total_sale_dollars": 72653.52999999998 }, { "purchase_month": { "value": "2018-04-08" }, "total_sale_dollars": 61899.59000000002 }, { "purchase_month": { "value": "2018-04-15" }, "total_sale_dollars": 91196.66999999998 }, { "purchase_month": { "value": "2018-04-22" }, "total_sale_dollars": 88862.81000000001 }, { "purchase_month": { "value": "2018-04-29" }, "total_sale_dollars": 53241.07999999998 }, { "purchase_month": { "value": "2018-05-06" }, "total_sale_dollars": 70690.17 }, { "purchase_month": { "value": "2018-05-13" }, "total_sale_dollars": 72329.61 }, { "purchase_month": { "value": "2018-05-20" }, "total_sale_dollars": 80941.31000000001 }, { "purchase_month": { "value": "2018-05-27" }, "total_sale_dollars": 56527.01999999999 }, { "purchase_month": { "value": "2018-06-03" }, "total_sale_dollars": 113865.90000000001 }, { "purchase_month": { "value": "2018-06-10" }, "total_sale_dollars": 80125.93 }, { "purchase_month": { "value": "2018-06-17" }, "total_sale_dollars": 80182.54999999999 }, { "purchase_month": { "value": "2018-06-24" }, "total_sale_dollars": 113276.54999999999 }, { "purchase_month": { "value": "2018-07-01" }, "total_sale_dollars": 51379.72999999998 }, { "purchase_month": { "value": "2018-07-08" }, "total_sale_dollars": 96301.82000000002 }, { "purchase_month": { "value": "2018-07-15" }, "total_sale_dollars": 64151.47999999998 }, { "purchase_month": { "value": "2018-07-22" }, "total_sale_dollars": 72681.67000000001 }, { "purchase_month": { "value": "2018-07-29" }, "total_sale_dollars": 62891.07 }, { "purchase_month": { "value": "2018-08-05" }, "total_sale_dollars": 86220.51 }, { "purchase_month": { "value": "2018-08-12" }, "total_sale_dollars": 113099.86 }, { "purchase_month": { "value": "2018-08-19" }, "total_sale_dollars": 84905.58 }, { "purchase_month": { "value": "2018-08-26" }, "total_sale_dollars": 88524.52000000003 }, { "purchase_month": { "value": "2018-09-02" }, "total_sale_dollars": 51831.13999999999 }, { "purchase_month": { "value": "2018-09-09" }, "total_sale_dollars": 81088.42999999998 }, { "purchase_month": { "value": "2018-09-16" }, "total_sale_dollars": 74257.41999999998 }, { "purchase_month": { "value": "2018-09-23" }, "total_sale_dollars": 72632.04 }, { "purchase_month": { "value": "2018-09-30" }, "total_sale_dollars": 73907.34 }, { "purchase_month": { "value": "2018-10-07" }, "total_sale_dollars": 97447.53999999998 }, { "purchase_month": { "value": "2018-10-14" }, "total_sale_dollars": 97845.74999999997 }, { "purchase_month": { "value": "2018-10-21" }, "total_sale_dollars": 83693.97 }, { "purchase_month": { "value": "2018-10-28" }, "total_sale_dollars": 62118.799999999996 }, { "purchase_month": { "value": "2018-11-04" }, "total_sale_dollars": 63891.17 }, { "purchase_month": { "value": "2018-11-11" }, "total_sale_dollars": 76028.45 }, { "purchase_month": { "value": "2018-11-18" }, "total_sale_dollars": 74760.80000000002 }, { "purchase_month": { "value": "2018-11-25" }, "total_sale_dollars": 78569.38000000002 }, { "purchase_month": { "value": "2018-12-02" }, "total_sale_dollars": 86314.05000000002 }, { "purchase_month": { "value": "2018-12-09" }, "total_sale_dollars": 58120.26 }, { "purchase_month": { "value": "2018-12-16" }, "total_sale_dollars": 92140.73000000004 }, { "purchase_month": { "value": "2018-12-23" }, "total_sale_dollars": 60710.46 }, { "purchase_month": { "value": "2018-12-30" }, "total_sale_dollars": 66581.64000000001 }, { "purchase_month": { "value": "2019-01-06" }, "total_sale_dollars": 81746.25999999998 }, { "purchase_month": { "value": "2019-01-13" }, "total_sale_dollars": 60312.83999999999 }, { "purchase_month": { "value": "2019-01-20" }, "total_sale_dollars": 54474.22 }, { "purchase_month": { "value": "2019-01-27" }, "total_sale_dollars": 61696.53 }, { "purchase_month": { "value": "2019-02-03" }, "total_sale_dollars": 69197.48999999999 }, { "purchase_month": { "value": "2019-02-10" }, "total_sale_dollars": 62868.59999999999 }, { "purchase_month": { "value": "2019-02-17" }, "total_sale_dollars": 50927.99 }, { "purchase_month": { "value": "2019-02-24" }, "total_sale_dollars": 57874.39999999998 }, { "purchase_month": { "value": "2019-03-03" }, "total_sale_dollars": 72422.03 }, { "purchase_month": { "value": "2019-03-10" }, "total_sale_dollars": 59220.779999999984 }, { "purchase_month": { "value": "2019-03-17" }, "total_sale_dollars": 50705.920000000006 }, { "purchase_month": { "value": "2019-03-24" }, "total_sale_dollars": 31537.769999999993 }, { "purchase_month": { "value": "2019-03-31" }, "total_sale_dollars": 49573.18000000001 }, { "purchase_month": { "value": "2019-04-07" }, "total_sale_dollars": 22405.82 }, { "purchase_month": { "value": "2019-04-14" }, "total_sale_dollars": 25584.88 }, { "purchase_month": { "value": "2019-04-21" }, "total_sale_dollars": 54774.58 }, { "purchase_month": { "value": "2019-04-28" }, "total_sale_dollars": 119288.96999999999 }, { "purchase_month": { "value": "2019-05-05" }, "total_sale_dollars": 79870.23000000003 }, { "purchase_month": { "value": "2019-05-12" }, "total_sale_dollars": 67694.04 }, { "purchase_month": { "value": "2019-05-19" }, "total_sale_dollars": 106650.66 }, { "purchase_month": { "value": "2019-05-26" }, "total_sale_dollars": 105926.31999999999 }, { "purchase_month": { "value": "2019-06-02" }, "total_sale_dollars": 80778.83 }, { "purchase_month": { "value": "2019-06-09" }, "total_sale_dollars": 58981.729999999996 }, { "purchase_month": { "value": "2019-06-16" }, "total_sale_dollars": 57976.700000000004 }, { "purchase_month": { "value": "2019-06-23" }, "total_sale_dollars": 76761.53999999998 }, { "purchase_month": { "value": "2019-06-30" }, "total_sale_dollars": 57888.270000000004 }, { "purchase_month": { "value": "2019-07-07" }, "total_sale_dollars": 63492.399999999994 }, { "purchase_month": { "value": "2019-07-14" }, "total_sale_dollars": 75125.85 }, { "purchase_month": { "value": "2019-07-21" }, "total_sale_dollars": 63430.770000000026 }, { "purchase_month": { "value": "2019-07-28" }, "total_sale_dollars": 97978.17999999996 }, { "purchase_month": { "value": "2019-08-04" }, "total_sale_dollars": 73804.53999999998 }, { "purchase_month": { "value": "2019-08-11" }, "total_sale_dollars": 75572.45000000001 }, { "purchase_month": { "value": "2019-08-18" }, "total_sale_dollars": 79073.74000000002 }, { "purchase_month": { "value": "2019-08-25" }, "total_sale_dollars": 88296.20999999996 }, { "purchase_month": { "value": "2019-09-01" }, "total_sale_dollars": 72856.71 }, { "purchase_month": { "value": "2019-09-08" }, "total_sale_dollars": 71218.63 }, { "purchase_month": { "value": "2019-09-15" }, "total_sale_dollars": 66847.21 }, { "purchase_month": { "value": "2019-09-22" }, "total_sale_dollars": 61350.29000000001 }, { "purchase_month": { "value": "2019-09-29" }, "total_sale_dollars": 72138.87000000002 }, { "purchase_month": { "value": "2019-10-06" }, "total_sale_dollars": 59421.76999999999 }, { "purchase_month": { "value": "2019-10-13" }, "total_sale_dollars": 66602.02 }, { "purchase_month": { "value": "2019-10-20" }, "total_sale_dollars": 69345.07999999999 }, { "purchase_month": { "value": "2019-10-27" }, "total_sale_dollars": 82762.56999999999 }, { "purchase_month": { "value": "2019-11-03" }, "total_sale_dollars": 70122.3 }, { "purchase_month": { "value": "2019-11-10" }, "total_sale_dollars": 62703.799999999996 }, { "purchase_month": { "value": "2019-11-17" }, "total_sale_dollars": 73409.99 }, { "purchase_month": { "value": "2019-11-24" }, "total_sale_dollars": 69318.53 }, { "purchase_month": { "value": "2019-12-01" }, "total_sale_dollars": 85129.91 }, { "purchase_month": { "value": "2019-12-08" }, "total_sale_dollars": 71750.53 }, { "purchase_month": { "value": "2019-12-15" }, "total_sale_dollars": 69885.90999999999 }, { "purchase_month": { "value": "2019-12-22" }, "total_sale_dollars": 67623.53 }, { "purchase_month": { "value": "2019-12-29" }, "total_sale_dollars": 59870.38999999999 }, { "purchase_month": { "value": "2020-01-05" }, "total_sale_dollars": 77947.51999999999 }, { "purchase_month": { "value": "2020-01-12" }, "total_sale_dollars": 72322.11 }, { "purchase_month": { "value": "2020-01-19" }, "total_sale_dollars": 68823 }, { "purchase_month": { "value": "2020-01-26" }, "total_sale_dollars": 82372.15999999999 }, { "purchase_month": { "value": "2020-02-02" }, "total_sale_dollars": 76469.01999999999 }, { "purchase_month": { "value": "2020-02-09" }, "total_sale_dollars": 62958.47 }, { "purchase_month": { "value": "2020-02-16" }, "total_sale_dollars": 70402.43000000001 }, { "purchase_month": { "value": "2020-02-23" }, "total_sale_dollars": 83664.94000000002 }, { "purchase_month": { "value": "2020-03-01" }, "total_sale_dollars": 80829.79999999999 }, { "purchase_month": { "value": "2020-03-08" }, "total_sale_dollars": 69912.29000000001 }, { "purchase_month": { "value": "2020-03-15" }, "total_sale_dollars": 83497.12000000001 }, { "purchase_month": { "value": "2020-03-22" }, "total_sale_dollars": 101438.72000000003 }, { "purchase_month": { "value": "2020-03-29" }, "total_sale_dollars": 118536.92 }, { "purchase_month": { "value": "2020-04-05" }, "total_sale_dollars": 139631.42 }, { "purchase_month": { "value": "2020-04-12" }, "total_sale_dollars": 100762.91000000005 }, { "purchase_month": { "value": "2020-04-19" }, "total_sale_dollars": 88954.75999999997 }, { "purchase_month": { "value": "2020-04-26" }, "total_sale_dollars": 93410.52999999998 }, { "purchase_month": { "value": "2020-05-03" }, "total_sale_dollars": 83418.18 }, { "purchase_month": { "value": "2020-05-10" }, "total_sale_dollars": 84984.72999999997 }, { "purchase_month": { "value": "2020-05-17" }, "total_sale_dollars": 100914.02999999998 }, { "purchase_month": { "value": "2020-05-24" }, "total_sale_dollars": 104581.59 }, { "purchase_month": { "value": "2020-05-31" }, "total_sale_dollars": 103745.56999999999 }, { "purchase_month": { "value": "2020-06-07" }, "total_sale_dollars": 85155.98999999999 }, { "purchase_month": { "value": "2020-06-14" }, "total_sale_dollars": 94282.22 }, { "purchase_month": { "value": "2020-06-21" }, "total_sale_dollars": 106159.5 }, { "purchase_month": { "value": "2020-06-28" }, "total_sale_dollars": 101305.18999999997 }, { "purchase_month": { "value": "2020-07-05" }, "total_sale_dollars": 108178.43000000001 }, { "purchase_month": { "value": "2020-07-12" }, "total_sale_dollars": 78516.89999999998 }, { "purchase_month": { "value": "2020-07-19" }, "total_sale_dollars": 81406.13999999997 }, { "purchase_month": { "value": "2020-07-26" }, "total_sale_dollars": 78149.43999999999 }, { "purchase_month": { "value": "2020-08-02" }, "total_sale_dollars": 94484.91 }, { "purchase_month": { "value": "2020-08-09" }, "total_sale_dollars": 93053.35 }, { "purchase_month": { "value": "2020-08-16" }, "total_sale_dollars": 115685.98 }, { "purchase_month": { "value": "2020-08-23" }, "total_sale_dollars": 112420.89 }, { "purchase_month": { "value": "2020-08-30" }, "total_sale_dollars": 88945.94 }, { "purchase_month": { "value": "2020-09-06" }, "total_sale_dollars": 110471.57999999997 }, { "purchase_month": { "value": "2020-09-13" }, "total_sale_dollars": 92001.26999999997 }, { "purchase_month": { "value": "2020-09-20" }, "total_sale_dollars": 98590.05 }, { "purchase_month": { "value": "2020-09-27" }, "total_sale_dollars": 101931.61 }, { "purchase_month": { "value": "2020-10-04" }, "total_sale_dollars": 91995.68999999997 }, { "purchase_month": { "value": "2020-10-11" }, "total_sale_dollars": 82432.56 }, { "purchase_month": { "value": "2020-10-18" }, "total_sale_dollars": 79618.67 }, { "purchase_month": { "value": "2020-10-25" }, "total_sale_dollars": 86454.01000000001 }, { "purchase_month": { "value": "2020-11-01" }, "total_sale_dollars": 118799.31999999999 }, { "purchase_month": { "value": "2020-11-08" }, "total_sale_dollars": 83947.70999999999 }, { "purchase_month": { "value": "2020-11-15" }, "total_sale_dollars": 94701.36999999998 }, { "purchase_month": { "value": "2020-11-22" }, "total_sale_dollars": 86538.18000000001 }, { "purchase_month": { "value": "2020-11-29" }, "total_sale_dollars": 90685.79000000001 }, { "purchase_month": { "value": "2020-12-06" }, "total_sale_dollars": 89566.15000000001 }, { "purchase_month": { "value": "2020-12-13" }, "total_sale_dollars": 80159.72 }, { "purchase_month": { "value": "2020-12-20" }, "total_sale_dollars": 87127.08999999998 }, { "purchase_month": { "value": "2020-12-27" }, "total_sale_dollars": 71586.44999999998 }, { "purchase_month": { "value": "2021-01-03" }, "total_sale_dollars": 113058.15000000002 }, { "purchase_month": { "value": "2021-01-10" }, "total_sale_dollars": 87562.73000000001 }, { "purchase_month": { "value": "2021-01-17" }, "total_sale_dollars": 101216.37 }, { "purchase_month": { "value": "2021-01-24" }, "total_sale_dollars": 103431.54999999999 }, { "purchase_month": { "value": "2021-01-31" }, "total_sale_dollars": 91840.38999999998 }, { "purchase_month": { "value": "2021-02-07" }, "total_sale_dollars": 94444.77999999998 }, { "purchase_month": { "value": "2021-02-14" }, "total_sale_dollars": 85816.20000000001 }, { "purchase_month": { "value": "2021-02-21" }, "total_sale_dollars": 89656.23999999999 }, { "purchase_month": { "value": "2021-02-28" }, "total_sale_dollars": 99046.32999999996 }, { "purchase_month": { "value": "2021-03-07" }, "total_sale_dollars": 78136.46 }, { "purchase_month": { "value": "2021-03-14" }, "total_sale_dollars": 102394.65999999997 }, { "purchase_month": { "value": "2021-03-21" }, "total_sale_dollars": 130767.12000000001 }, { "purchase_month": { "value": "2021-03-28" }, "total_sale_dollars": 97649.58999999998 }, { "purchase_month": { "value": "2021-04-04" }, "total_sale_dollars": 98340.30000000002 }, { "purchase_month": { "value": "2021-04-11" }, "total_sale_dollars": 85858.69 }, { "purchase_month": { "value": "2021-04-18" }, "total_sale_dollars": 98986.78000000001 }, { "purchase_month": { "value": "2021-04-25" }, "total_sale_dollars": 82189.51999999996 }, { "purchase_month": { "value": "2021-05-02" }, "total_sale_dollars": 88708.19999999995 }, { "purchase_month": { "value": "2021-05-09" }, "total_sale_dollars": 103664.70999999999 }, { "purchase_month": { "value": "2021-05-16" }, "total_sale_dollars": 89477.01999999997 }, { "purchase_month": { "value": "2021-05-23" }, "total_sale_dollars": 118733.09999999998 }, { "purchase_month": { "value": "2021-05-30" }, "total_sale_dollars": 109300.02999999998 }, { "purchase_month": { "value": "2021-06-06" }, "total_sale_dollars": 81014.98999999999 }, { "purchase_month": { "value": "2021-06-13" }, "total_sale_dollars": 76401.80000000002 }, { "purchase_month": { "value": "2021-06-20" }, "total_sale_dollars": 94413.56000000001 }, { "purchase_month": { "value": "2021-06-27" }, "total_sale_dollars": 110259.04 }, { "purchase_month": { "value": "2021-07-04" }, "total_sale_dollars": 92431.94 }, { "purchase_month": { "value": "2021-07-11" }, "total_sale_dollars": 82309.56999999999 }, { "purchase_month": { "value": "2021-07-18" }, "total_sale_dollars": 108141.09999999999 }, { "purchase_month": { "value": "2021-07-25" }, "total_sale_dollars": 98086.87999999998 }, { "purchase_month": { "value": "2021-08-01" }, "total_sale_dollars": 72170.93999999999 }, { "purchase_month": { "value": "2021-08-08" }, "total_sale_dollars": 108948.00999999998 }, { "purchase_month": { "value": "2021-08-15" }, "total_sale_dollars": 104567.65000000001 }, { "purchase_month": { "value": "2021-08-22" }, "total_sale_dollars": 118715.55999999998 }, { "purchase_month": { "value": "2021-08-29" }, "total_sale_dollars": 100168.69999999997 }, { "purchase_month": { "value": "2021-09-05" }, "total_sale_dollars": 102738.81000000001 }, { "purchase_month": { "value": "2021-09-12" }, "total_sale_dollars": 79068.34999999999 }, { "purchase_month": { "value": "2021-09-19" }, "total_sale_dollars": 79299.62000000001 }, { "purchase_month": { "value": "2021-09-26" }, "total_sale_dollars": 77886.98000000001 }, { "purchase_month": { "value": "2021-10-03" }, "total_sale_dollars": 89106.71999999997 }, { "purchase_month": { "value": "2021-10-10" }, "total_sale_dollars": 82535.63 }, { "purchase_month": { "value": "2021-10-17" }, "total_sale_dollars": 86466.36 }, { "purchase_month": { "value": "2021-10-24" }, "total_sale_dollars": 90678.24 }, { "purchase_month": { "value": "2021-10-31" }, "total_sale_dollars": 120941.88999999998 }, { "purchase_month": { "value": "2021-11-07" }, "total_sale_dollars": 78161.06 }, { "purchase_month": { "value": "2021-11-14" }, "total_sale_dollars": 116623.52000000002 }, { "purchase_month": { "value": "2021-11-21" }, "total_sale_dollars": 79006.17 }, { "purchase_month": { "value": "2021-11-28" }, "total_sale_dollars": 85955.42 }, { "purchase_month": { "value": "2021-12-05" }, "total_sale_dollars": 97791.74000000002 }, { "purchase_month": { "value": "2021-12-12" }, "total_sale_dollars": 89643.86 }, { "purchase_month": { "value": "2021-12-19" }, "total_sale_dollars": 102778.38999999998 }, { "purchase_month": { "value": "2021-12-26" }, "total_sale_dollars": 90565.22000000002 }, { "purchase_month": { "value": "2022-01-02" }, "total_sale_dollars": 99002.56999999998 }, { "purchase_month": { "value": "2022-01-09" }, "total_sale_dollars": 78916.17 }, { "purchase_month": { "value": "2022-01-16" }, "total_sale_dollars": 88956.54000000001 }, { "purchase_month": { "value": "2022-01-23" }, "total_sale_dollars": 81327.56999999998 }, { "purchase_month": { "value": "2022-01-30" }, "total_sale_dollars": 10432.78 } ], "top_sellers_by_revenue": [ { "vendor_name": "E & J Gallo Winery", "item_description": "New Amsterdam Vodka", "total_sale_dollars": 9103964.240000062, "total_bottles": 895172, "avg_price_per_100ml": 1.375145662564363 }, { "vendor_name": "E & J Gallo Winery", "item_description": "New Amsterdam Peach", "total_sale_dollars": 5589626.8299999945, "total_bottles": 730861, "avg_price_per_100ml": 1.4489755215382463 }, { "vendor_name": "E & J Gallo Winery", "item_description": "New Amsterdam 80prf", "total_sale_dollars": 5420695.059999996, "total_bottles": 640505, "avg_price_per_100ml": 1.4065566139468013 }, { "vendor_name": "E & J Gallo Winery", "item_description": "New Amsterdam Red Berry", "total_sale_dollars": 2252851.549999999, "total_bottles": 294274, "avg_price_per_100ml": 1.4462558775643106 }, { "vendor_name": "E & J Gallo Winery", "item_description": "New Amsterdam Pink Whitney", "total_sale_dollars": 2046979.5799999994, "total_bottles": 191678, "avg_price_per_100ml": 1.4393321985072671 } ], "most_expensive_products": [ { "vendor_name": "E & J Gallo Winery", "item_description": "New Amsterdam Apple Mini", "total_sale_dollars": 831, "total_bottles": 100, "avg_price_per_100ml": 16.62 }, { "vendor_name": "E & J Gallo Winery", "item_description": "New Amsterdam Gluten Free Mini", "total_sale_dollars": 2592.7199999999984, "total_bottles": 312, "avg_price_per_100ml": 16.62 }, { "vendor_name": "E & J Gallo Winery", "item_description": "New Amsterdam Pink Whitney Mini", "total_sale_dollars": 251323.28000000003, "total_bottles": 34374, "avg_price_per_100ml": 14.771426313709995 }, { "vendor_name": "E & J Gallo Winery", "item_description": "New Amsterdam 80prf Mini", "total_sale_dollars": 448798.170000001, "total_bottles": 54007, "avg_price_per_100ml": 13.853039259386252 }, { "vendor_name": "E & J Gallo Winery", "item_description": "SOOH New Amsterdam Mango Mini", "total_sale_dollars": 8110.560000000002, "total_bottles": 976, "avg_price_per_100ml": 13.751071428571429 }, { "vendor_name": "E & J Gallo Winery", "item_description": "New Amsterdam Grapefruit Mini", "total_sale_dollars": 44475.11999999998, "total_bottles": 5352, "avg_price_per_100ml": 13.438909176029961 }, { "vendor_name": "E & J Gallo Winery", "item_description": "New Amsterdam Pineapple Mini", "total_sale_dollars": 45356.39999999997, "total_bottles": 5472, "avg_price_per_100ml": 13.397633093525183 }, { "vendor_name": "E & J Gallo Winery", "item_description": "New Amsterdam Peach Mini", "total_sale_dollars": 104426.65999999993, "total_bottles": 12568, "avg_price_per_100ml": 12.180151326699836 }, { "vendor_name": "E & J Gallo Winery", "item_description": "New Amsterdam Orange Mini", "total_sale_dollars": 9706.080000000004, "total_bottles": 1168, "avg_price_per_100ml": 6.44594178082192 }, { "vendor_name": "E & J Gallo Winery", "item_description": "New Amsterdam", "total_sale_dollars": 416962.7200000001, "total_bottles": 122959, "avg_price_per_100ml": 1.8307605552342394 } ] }, { "vendor_name": "DIAGEO AMERICAS", "total_sale_dollars": 31119466.590001807, "by_month": [ { "purchase_month": { "value": "2012-09-16" }, "total_sale_dollars": 211.44 }, { "purchase_month": { "value": "2013-05-05" }, "total_sale_dollars": 202.5 }, { "purchase_month": { "value": "2015-07-05" }, "total_sale_dollars": 945 }, { "purchase_month": { "value": "2016-03-06" }, "total_sale_dollars": 4653.52 }, { "purchase_month": { "value": "2016-03-13" }, "total_sale_dollars": 82581.39999999997 }, { "purchase_month": { "value": "2016-03-20" }, "total_sale_dollars": 1411.81 }, { "purchase_month": { "value": "2016-10-02" }, "total_sale_dollars": 313885.36000000004 }, { "purchase_month": { "value": "2016-10-09" }, "total_sale_dollars": 274189.10000000003 }, { "purchase_month": { "value": "2016-10-16" }, "total_sale_dollars": 267821.02 }, { "purchase_month": { "value": "2016-10-23" }, "total_sale_dollars": 286524.32000000007 }, { "purchase_month": { "value": "2016-10-30" }, "total_sale_dollars": 354360.1900000001 }, { "purchase_month": { "value": "2016-11-06" }, "total_sale_dollars": 275687.17000000004 }, { "purchase_month": { "value": "2016-11-13" }, "total_sale_dollars": 282877.4200000002 }, { "purchase_month": { "value": "2016-11-20" }, "total_sale_dollars": 180205.58000000002 }, { "purchase_month": { "value": "2016-11-27" }, "total_sale_dollars": 284439.31000000006 }, { "purchase_month": { "value": "2016-12-04" }, "total_sale_dollars": 316019.12000000005 }, { "purchase_month": { "value": "2016-12-11" }, "total_sale_dollars": 280884.7300000001 }, { "purchase_month": { "value": "2016-12-18" }, "total_sale_dollars": 300010.22000000003 }, { "purchase_month": { "value": "2016-12-25" }, "total_sale_dollars": 241141.03000000014 }, { "purchase_month": { "value": "2017-01-01" }, "total_sale_dollars": 178797.02000000002 }, { "purchase_month": { "value": "2017-01-08" }, "total_sale_dollars": 186970.82000000007 }, { "purchase_month": { "value": "2017-01-15" }, "total_sale_dollars": 192666.56000000006 }, { "purchase_month": { "value": "2017-01-22" }, "total_sale_dollars": 185674.6300000001 }, { "purchase_month": { "value": "2017-01-29" }, "total_sale_dollars": 198200.43000000008 }, { "purchase_month": { "value": "2017-02-05" }, "total_sale_dollars": 218577.98000000013 }, { "purchase_month": { "value": "2017-02-12" }, "total_sale_dollars": 189765.4200000001 }, { "purchase_month": { "value": "2017-02-19" }, "total_sale_dollars": 202354.83 }, { "purchase_month": { "value": "2017-02-26" }, "total_sale_dollars": 203295.2500000001 }, { "purchase_month": { "value": "2017-03-05" }, "total_sale_dollars": 249860.8600000001 }, { "purchase_month": { "value": "2017-03-12" }, "total_sale_dollars": 115887.48 }, { "purchase_month": { "value": "2017-03-19" }, "total_sale_dollars": 14621.71 }, { "purchase_month": { "value": "2017-03-26" }, "total_sale_dollars": 365 }, { "purchase_month": { "value": "2017-04-02" }, "total_sale_dollars": 0 }, { "purchase_month": { "value": "2017-04-09" }, "total_sale_dollars": 292.96 }, { "purchase_month": { "value": "2017-04-16" }, "total_sale_dollars": 629.8199999999999 }, { "purchase_month": { "value": "2017-04-23" }, "total_sale_dollars": 504.97999999999996 }, { "purchase_month": { "value": "2017-04-30" }, "total_sale_dollars": 553 }, { "purchase_month": { "value": "2017-05-07" }, "total_sale_dollars": 359.52 }, { "purchase_month": { "value": "2017-05-14" }, "total_sale_dollars": 382.64 }, { "purchase_month": { "value": "2017-05-21" }, "total_sale_dollars": 417.68 }, { "purchase_month": { "value": "2017-06-04" }, "total_sale_dollars": 297 }, { "purchase_month": { "value": "2017-06-11" }, "total_sale_dollars": 332.88 }, { "purchase_month": { "value": "2017-06-18" }, "total_sale_dollars": 225 }, { "purchase_month": { "value": "2017-06-25" }, "total_sale_dollars": 297 }, { "purchase_month": { "value": "2017-07-02" }, "total_sale_dollars": 1519.4 }, { "purchase_month": { "value": "2017-07-09" }, "total_sale_dollars": 445.68 }, { "purchase_month": { "value": "2017-07-16" }, "total_sale_dollars": 0 }, { "purchase_month": { "value": "2017-07-23" }, "total_sale_dollars": 163.56 }, { "purchase_month": { "value": "2017-07-30" }, "total_sale_dollars": 1082.31 }, { "purchase_month": { "value": "2017-08-06" }, "total_sale_dollars": 235.58 }, { "purchase_month": { "value": "2017-08-13" }, "total_sale_dollars": 481.32 }, { "purchase_month": { "value": "2017-08-27" }, "total_sale_dollars": 805.44 }, { "purchase_month": { "value": "2017-09-03" }, "total_sale_dollars": 27.76 }, { "purchase_month": { "value": "2017-09-10" }, "total_sale_dollars": 1054.3200000000002 }, { "purchase_month": { "value": "2017-09-17" }, "total_sale_dollars": 0 }, { "purchase_month": { "value": "2017-09-24" }, "total_sale_dollars": 486.56 }, { "purchase_month": { "value": "2017-10-01" }, "total_sale_dollars": 198 }, { "purchase_month": { "value": "2017-10-08" }, "total_sale_dollars": 334.56 }, { "purchase_month": { "value": "2017-10-15" }, "total_sale_dollars": 498.12 }, { "purchase_month": { "value": "2017-10-22" }, "total_sale_dollars": 225 }, { "purchase_month": { "value": "2017-10-29" }, "total_sale_dollars": 36995.65000000001 }, { "purchase_month": { "value": "2017-11-05" }, "total_sale_dollars": 357 }, { "purchase_month": { "value": "2017-11-12" }, "total_sale_dollars": 332.88 }, { "purchase_month": { "value": "2017-11-19" }, "total_sale_dollars": 495.12 }, { "purchase_month": { "value": "2017-11-26" }, "total_sale_dollars": 0 }, { "purchase_month": { "value": "2017-12-03" }, "total_sale_dollars": 665.76 }, { "purchase_month": { "value": "2017-12-10" }, "total_sale_dollars": 1150.8799999999999 }, { "purchase_month": { "value": "2017-12-17" }, "total_sale_dollars": 665.94 }, { "purchase_month": { "value": "2017-12-24" }, "total_sale_dollars": 104269.07999999999 }, { "purchase_month": { "value": "2017-12-31" }, "total_sale_dollars": 143673.6500000001 }, { "purchase_month": { "value": "2018-01-07" }, "total_sale_dollars": 253524.79000000012 }, { "purchase_month": { "value": "2018-01-14" }, "total_sale_dollars": 212011.04 }, { "purchase_month": { "value": "2018-01-21" }, "total_sale_dollars": 219684.16000000003 }, { "purchase_month": { "value": "2018-01-28" }, "total_sale_dollars": 195739.00999999995 }, { "purchase_month": { "value": "2018-02-04" }, "total_sale_dollars": 195769.82000000004 }, { "purchase_month": { "value": "2018-02-11" }, "total_sale_dollars": 164336.37000000002 }, { "purchase_month": { "value": "2018-02-18" }, "total_sale_dollars": 175800.87000000005 }, { "purchase_month": { "value": "2018-02-25" }, "total_sale_dollars": 180342.27000000005 }, { "purchase_month": { "value": "2018-03-04" }, "total_sale_dollars": 287280.6100000001 }, { "purchase_month": { "value": "2018-03-11" }, "total_sale_dollars": 198754.03 }, { "purchase_month": { "value": "2018-03-18" }, "total_sale_dollars": 213345.59000000003 }, { "purchase_month": { "value": "2018-03-25" }, "total_sale_dollars": 321886.2700000001 }, { "purchase_month": { "value": "2018-04-01" }, "total_sale_dollars": 198845.89000000007 }, { "purchase_month": { "value": "2018-04-08" }, "total_sale_dollars": 219284.64000000013 }, { "purchase_month": { "value": "2018-04-15" }, "total_sale_dollars": 210496.08000000007 }, { "purchase_month": { "value": "2018-04-22" }, "total_sale_dollars": 227887.05000000002 }, { "purchase_month": { "value": "2018-04-29" }, "total_sale_dollars": 346218.93000000005 }, { "purchase_month": { "value": "2018-05-06" }, "total_sale_dollars": 277425.77000000014 }, { "purchase_month": { "value": "2018-05-13" }, "total_sale_dollars": 284608.39000000013 }, { "purchase_month": { "value": "2018-05-20" }, "total_sale_dollars": 338102.4100000001 }, { "purchase_month": { "value": "2018-05-27" }, "total_sale_dollars": 231143.28000000012 }, { "purchase_month": { "value": "2018-06-03" }, "total_sale_dollars": 220259.04000000004 }, { "purchase_month": { "value": "2018-06-10" }, "total_sale_dollars": 6012.4 }, { "purchase_month": { "value": "2018-06-17" }, "total_sale_dollars": 193.62 }, { "purchase_month": { "value": "2018-06-24" }, "total_sale_dollars": 787.5 }, { "purchase_month": { "value": "2018-07-01" }, "total_sale_dollars": 353.25 }, { "purchase_month": { "value": "2018-07-08" }, "total_sale_dollars": 225 }, { "purchase_month": { "value": "2018-07-15" }, "total_sale_dollars": 0 }, { "purchase_month": { "value": "2018-07-22" }, "total_sale_dollars": 0 }, { "purchase_month": { "value": "2018-07-29" }, "total_sale_dollars": 241016.22999999998 }, { "purchase_month": { "value": "2018-08-05" }, "total_sale_dollars": 316314.1400000001 }, { "purchase_month": { "value": "2018-08-12" }, "total_sale_dollars": 282106.42000000004 }, { "purchase_month": { "value": "2018-08-19" }, "total_sale_dollars": 286147.3400000001 }, { "purchase_month": { "value": "2018-08-26" }, "total_sale_dollars": 392534.3400000002 }, { "purchase_month": { "value": "2018-10-28" }, "total_sale_dollars": 9785.24 }, { "purchase_month": { "value": "2018-11-04" }, "total_sale_dollars": 168750.68000000002 }, { "purchase_month": { "value": "2018-11-11" }, "total_sale_dollars": 289604.88999999996 }, { "purchase_month": { "value": "2018-11-18" }, "total_sale_dollars": 126996.73 }, { "purchase_month": { "value": "2018-11-25" }, "total_sale_dollars": 249340.9300000002 }, { "purchase_month": { "value": "2018-12-02" }, "total_sale_dollars": 375460.29 }, { "purchase_month": { "value": "2018-12-09" }, "total_sale_dollars": 241395.77000000002 }, { "purchase_month": { "value": "2018-12-16" }, "total_sale_dollars": 327580.13 }, { "purchase_month": { "value": "2018-12-23" }, "total_sale_dollars": 198506.99000000002 }, { "purchase_month": { "value": "2018-12-30" }, "total_sale_dollars": 197760.34000000008 }, { "purchase_month": { "value": "2019-01-06" }, "total_sale_dollars": 206771.25000000006 }, { "purchase_month": { "value": "2019-01-13" }, "total_sale_dollars": 178364.78000000012 }, { "purchase_month": { "value": "2019-01-20" }, "total_sale_dollars": 163076.71000000002 }, { "purchase_month": { "value": "2019-01-27" }, "total_sale_dollars": 176377.14000000004 }, { "purchase_month": { "value": "2019-02-03" }, "total_sale_dollars": 206436.47999999998 }, { "purchase_month": { "value": "2019-02-10" }, "total_sale_dollars": 174256.37000000005 }, { "purchase_month": { "value": "2019-02-17" }, "total_sale_dollars": 206155.24000000008 }, { "purchase_month": { "value": "2019-02-24" }, "total_sale_dollars": 148876.06 }, { "purchase_month": { "value": "2019-07-28" }, "total_sale_dollars": 107878.44000000002 }, { "purchase_month": { "value": "2019-08-04" }, "total_sale_dollars": 207989.2300000001 }, { "purchase_month": { "value": "2019-08-11" }, "total_sale_dollars": 212057.96000000008 }, { "purchase_month": { "value": "2019-08-18" }, "total_sale_dollars": 229123.15000000008 }, { "purchase_month": { "value": "2019-08-25" }, "total_sale_dollars": 317618.80000000016 }, { "purchase_month": { "value": "2019-09-01" }, "total_sale_dollars": 198375.80000000005 }, { "purchase_month": { "value": "2019-09-08" }, "total_sale_dollars": 226414.77000000005 }, { "purchase_month": { "value": "2019-09-15" }, "total_sale_dollars": 217406.46000000005 }, { "purchase_month": { "value": "2019-09-22" }, "total_sale_dollars": 410948.98000000004 }, { "purchase_month": { "value": "2019-09-29" }, "total_sale_dollars": 264114.6600000001 }, { "purchase_month": { "value": "2019-10-06" }, "total_sale_dollars": 277549.17 }, { "purchase_month": { "value": "2019-10-13" }, "total_sale_dollars": 257658.08000000007 }, { "purchase_month": { "value": "2019-10-20" }, "total_sale_dollars": 233713.99000000014 }, { "purchase_month": { "value": "2019-10-27" }, "total_sale_dollars": 229012.75 }, { "purchase_month": { "value": "2019-11-03" }, "total_sale_dollars": 199219.15000000002 }, { "purchase_month": { "value": "2019-11-10" }, "total_sale_dollars": 203575.6200000001 }, { "purchase_month": { "value": "2019-11-17" }, "total_sale_dollars": 209452.94000000012 }, { "purchase_month": { "value": "2019-11-24" }, "total_sale_dollars": 207189.1 }, { "purchase_month": { "value": "2019-12-01" }, "total_sale_dollars": 242769.99000000008 }, { "purchase_month": { "value": "2019-12-08" }, "total_sale_dollars": 287935.63000000006 }, { "purchase_month": { "value": "2019-12-15" }, "total_sale_dollars": 243290.6400000001 }, { "purchase_month": { "value": "2019-12-22" }, "total_sale_dollars": 214206.71000000008 }, { "purchase_month": { "value": "2019-12-29" }, "total_sale_dollars": 196809.72000000006 }, { "purchase_month": { "value": "2020-01-05" }, "total_sale_dollars": 177030.91 }, { "purchase_month": { "value": "2020-01-12" }, "total_sale_dollars": 150645.92 }, { "purchase_month": { "value": "2020-01-19" }, "total_sale_dollars": 169065.44000000006 }, { "purchase_month": { "value": "2020-01-26" }, "total_sale_dollars": 174049.53 }, { "purchase_month": { "value": "2020-11-29" }, "total_sale_dollars": 219237.06000000006 }, { "purchase_month": { "value": "2020-12-06" }, "total_sale_dollars": 250737.44999999995 }, { "purchase_month": { "value": "2020-12-13" }, "total_sale_dollars": 251166.7700000001 }, { "purchase_month": { "value": "2020-12-20" }, "total_sale_dollars": 245050.31 }, { "purchase_month": { "value": "2020-12-27" }, "total_sale_dollars": 181763.27000000002 }, { "purchase_month": { "value": "2021-01-03" }, "total_sale_dollars": 201244.60000000006 }, { "purchase_month": { "value": "2021-01-10" }, "total_sale_dollars": 195989.28 }, { "purchase_month": { "value": "2021-01-17" }, "total_sale_dollars": 201081.74000000002 }, { "purchase_month": { "value": "2021-01-24" }, "total_sale_dollars": 203112.80000000005 }, { "purchase_month": { "value": "2021-01-31" }, "total_sale_dollars": 200669.63000000003 }, { "purchase_month": { "value": "2021-02-07" }, "total_sale_dollars": 188555.27000000005 }, { "purchase_month": { "value": "2021-02-14" }, "total_sale_dollars": 223325.68000000002 }, { "purchase_month": { "value": "2021-02-21" }, "total_sale_dollars": 194448.71000000008 }, { "purchase_month": { "value": "2021-02-28" }, "total_sale_dollars": 204992.83000000005 }, { "purchase_month": { "value": "2021-03-07" }, "total_sale_dollars": 278968.4900000001 }, { "purchase_month": { "value": "2021-03-14" }, "total_sale_dollars": 250989.91000000003 }, { "purchase_month": { "value": "2021-03-21" }, "total_sale_dollars": 262709.86000000004 }, { "purchase_month": { "value": "2021-03-28" }, "total_sale_dollars": 238914.34000000005 }, { "purchase_month": { "value": "2021-04-04" }, "total_sale_dollars": 297977.1900000001 }, { "purchase_month": { "value": "2021-04-11" }, "total_sale_dollars": 265504.1400000001 }, { "purchase_month": { "value": "2021-04-18" }, "total_sale_dollars": 226838.9200000001 }, { "purchase_month": { "value": "2021-04-25" }, "total_sale_dollars": 273284.75000000006 }, { "purchase_month": { "value": "2021-05-02" }, "total_sale_dollars": 305909.37000000005 }, { "purchase_month": { "value": "2021-05-09" }, "total_sale_dollars": 101497.11999999997 }, { "purchase_month": { "value": "2021-05-16" }, "total_sale_dollars": 12.38 }, { "purchase_month": { "value": "2021-09-26" }, "total_sale_dollars": 41613.770000000004 }, { "purchase_month": { "value": "2021-10-03" }, "total_sale_dollars": 230264.3000000001 }, { "purchase_month": { "value": "2021-10-10" }, "total_sale_dollars": 224483.5000000001 }, { "purchase_month": { "value": "2021-10-17" }, "total_sale_dollars": 207187.35000000006 }, { "purchase_month": { "value": "2021-10-24" }, "total_sale_dollars": 195417.62000000005 }, { "purchase_month": { "value": "2021-10-31" }, "total_sale_dollars": 391012.13 }, { "purchase_month": { "value": "2021-11-07" }, "total_sale_dollars": 346180.67 }, { "purchase_month": { "value": "2021-11-14" }, "total_sale_dollars": 299410.43000000005 }, { "purchase_month": { "value": "2021-11-21" }, "total_sale_dollars": 307858.95999999996 }, { "purchase_month": { "value": "2021-11-28" }, "total_sale_dollars": 223292.27000000008 }, { "purchase_month": { "value": "2021-12-05" }, "total_sale_dollars": 299687.44000000006 }, { "purchase_month": { "value": "2021-12-12" }, "total_sale_dollars": 227909.18000000005 }, { "purchase_month": { "value": "2021-12-19" }, "total_sale_dollars": 66222.95999999999 }, { "purchase_month": { "value": "2021-12-26" }, "total_sale_dollars": 363.75 } ], "top_sellers_by_revenue": [ { "vendor_name": "DIAGEO AMERICAS", "item_description": "Smirnoff 80prf", "total_sale_dollars": 8104948.929999936, "total_bottles": 767149, "avg_price_per_100ml": 1.6699546774235552 }, { "vendor_name": "DIAGEO AMERICAS", "item_description": "Smirnoff 80prf PET", "total_sale_dollars": 3020078.3699999917, "total_bottles": 162249, "avg_price_per_100ml": 1.4170941069915561 }, { "vendor_name": "DIAGEO AMERICAS", "item_description": "Ketel One", "total_sale_dollars": 2162203.27, "total_bottles": 96383, "avg_price_per_100ml": 2.265835244887005 }, { "vendor_name": "DIAGEO AMERICAS", "item_description": "Smirnoff PET 80prf", "total_sale_dollars": 2121018.6199999955, "total_bottles": 115481, "avg_price_per_100ml": 1.413432340687302 }, { "vendor_name": "DIAGEO AMERICAS", "item_description": "Ketel One Imported Vodka", "total_sale_dollars": 1529122.2699999998, "total_bottles": 66345, "avg_price_per_100ml": 2.3721571688354626 } ], "most_expensive_products": [ { "vendor_name": "DIAGEO AMERICAS", "item_description": "Ciroc Summer Colada Mini", "total_sale_dollars": 156.48, "total_bottles": 2, "avg_price_per_100ml": 78.24 }, { "vendor_name": "DIAGEO AMERICAS", "item_description": "Ciroc French Vanilla Mini", "total_sale_dollars": 3601.8000000000015, "total_bottles": 94, "avg_price_per_100ml": 66.36857142857141 }, { "vendor_name": "DIAGEO AMERICAS", "item_description": "Smirnoff Vanilla Mini", "total_sale_dollars": 269.04, "total_bottles": 24, "avg_price_per_100ml": 22.42 }, { "vendor_name": "DIAGEO AMERICAS", "item_description": "Smirnoff Pink Lemonade Mini", "total_sale_dollars": 16176.029999999997, "total_bottles": 1443, "avg_price_per_100ml": 22.42 }, { "vendor_name": "DIAGEO AMERICAS", "item_description": "Smirnoff Zero Sugar Infusion Cucumber & Lime Mini", "total_sale_dollars": 3788.9800000000014, "total_bottles": 338, "avg_price_per_100ml": 22.42 }, { "vendor_name": "DIAGEO AMERICAS", "item_description": "Smirnoff Zero Sugar Infusion Strawberry & Rose Mini", "total_sale_dollars": 5111.759999999999, "total_bottles": 456, "avg_price_per_100ml": 22.42 }, { "vendor_name": "DIAGEO AMERICAS", "item_description": "Smirnoff Zero Sugar Infusion Watermelon & Mint Mini", "total_sale_dollars": 6636.3200000000015, "total_bottles": 592, "avg_price_per_100ml": 22.42 }, { "vendor_name": "DIAGEO AMERICAS", "item_description": "Smirnoff Sours Berry Lemon Mini", "total_sale_dollars": 134.52, "total_bottles": 12, "avg_price_per_100ml": 22.42 }, { "vendor_name": "DIAGEO AMERICAS", "item_description": "Ketel One Botanical Peach & Orange Blossom Mini", "total_sale_dollars": 3029.4, "total_bottles": 170, "avg_price_per_100ml": 20.625702127659576 }, { "vendor_name": "DIAGEO AMERICAS", "item_description": "Smirnoff Sours Green Apple Mini", "total_sale_dollars": 372, "total_bottles": 36, "avg_price_per_100ml": 19.79 } ] }, { "vendor_name": "Sazerac North America", "total_sale_dollars": 29172411.000001315, "by_month": [ { "purchase_month": { "value": "2012-01-01" }, "total_sale_dollars": 37796.289999999986 }, { "purchase_month": { "value": "2012-01-08" }, "total_sale_dollars": 56740.68 }, { "purchase_month": { "value": "2012-01-15" }, "total_sale_dollars": 50626.67999999999 }, { "purchase_month": { "value": "2012-01-22" }, "total_sale_dollars": 62344.05 }, { "purchase_month": { "value": "2012-01-29" }, "total_sale_dollars": 63021.959999999985 }, { "purchase_month": { "value": "2012-02-05" }, "total_sale_dollars": 60566.48000000001 }, { "purchase_month": { "value": "2012-02-12" }, "total_sale_dollars": 76134.91 }, { "purchase_month": { "value": "2012-02-19" }, "total_sale_dollars": 67735.10999999999 }, { "purchase_month": { "value": "2012-02-26" }, "total_sale_dollars": 68567.89000000001 }, { "purchase_month": { "value": "2012-03-04" }, "total_sale_dollars": 52850.83 }, { "purchase_month": { "value": "2012-03-11" }, "total_sale_dollars": 67093.93000000001 }, { "purchase_month": { "value": "2012-03-18" }, "total_sale_dollars": 69518.71 }, { "purchase_month": { "value": "2012-03-25" }, "total_sale_dollars": 55910.40000000001 }, { "purchase_month": { "value": "2012-04-01" }, "total_sale_dollars": 71287.81000000001 }, { "purchase_month": { "value": "2012-04-08" }, "total_sale_dollars": 73865.04 }, { "purchase_month": { "value": "2012-04-15" }, "total_sale_dollars": 72447.17000000001 }, { "purchase_month": { "value": "2012-04-22" }, "total_sale_dollars": 72074.37 }, { "purchase_month": { "value": "2012-04-29" }, "total_sale_dollars": 65303.109999999986 }, { "purchase_month": { "value": "2012-05-06" }, "total_sale_dollars": 65306.080000000016 }, { "purchase_month": { "value": "2012-05-13" }, "total_sale_dollars": 69309.15 }, { "purchase_month": { "value": "2012-05-20" }, "total_sale_dollars": 86540.20999999999 }, { "purchase_month": { "value": "2012-05-27" }, "total_sale_dollars": 53489.52000000001 }, { "purchase_month": { "value": "2012-06-03" }, "total_sale_dollars": 75581.97999999998 }, { "purchase_month": { "value": "2012-06-10" }, "total_sale_dollars": 65472.67999999999 }, { "purchase_month": { "value": "2012-06-17" }, "total_sale_dollars": 62770.229999999996 }, { "purchase_month": { "value": "2012-06-24" }, "total_sale_dollars": 92117.39 }, { "purchase_month": { "value": "2012-07-01" }, "total_sale_dollars": 65338.70999999999 }, { "purchase_month": { "value": "2012-07-08" }, "total_sale_dollars": 67188.41000000002 }, { "purchase_month": { "value": "2012-07-15" }, "total_sale_dollars": 71304.80999999998 }, { "purchase_month": { "value": "2012-07-22" }, "total_sale_dollars": 69713.03 }, { "purchase_month": { "value": "2012-07-29" }, "total_sale_dollars": 78483.26000000002 }, { "purchase_month": { "value": "2012-08-05" }, "total_sale_dollars": 64333.97999999999 }, { "purchase_month": { "value": "2012-08-12" }, "total_sale_dollars": 67815.98000000001 }, { "purchase_month": { "value": "2012-08-19" }, "total_sale_dollars": 70283.20000000001 }, { "purchase_month": { "value": "2012-08-26" }, "total_sale_dollars": 81562.24000000002 }, { "purchase_month": { "value": "2012-09-02" }, "total_sale_dollars": 51272.69000000001 }, { "purchase_month": { "value": "2012-09-09" }, "total_sale_dollars": 73786.85000000002 }, { "purchase_month": { "value": "2012-09-16" }, "total_sale_dollars": 63681.85 }, { "purchase_month": { "value": "2012-09-23" }, "total_sale_dollars": 83122.41000000005 }, { "purchase_month": { "value": "2012-09-30" }, "total_sale_dollars": 64616.19000000001 }, { "purchase_month": { "value": "2012-10-07" }, "total_sale_dollars": 59979.66000000001 }, { "purchase_month": { "value": "2012-10-14" }, "total_sale_dollars": 72764.95000000003 }, { "purchase_month": { "value": "2012-10-21" }, "total_sale_dollars": 59537.520000000004 }, { "purchase_month": { "value": "2012-10-28" }, "total_sale_dollars": 54705.399999999994 }, { "purchase_month": { "value": "2012-11-04" }, "total_sale_dollars": 64584.12999999999 }, { "purchase_month": { "value": "2012-11-11" }, "total_sale_dollars": 94416.63 }, { "purchase_month": { "value": "2012-11-18" }, "total_sale_dollars": 24170.709999999995 }, { "purchase_month": { "value": "2012-11-25" }, "total_sale_dollars": 68122.04999999999 }, { "purchase_month": { "value": "2012-12-02" }, "total_sale_dollars": 52579.2 }, { "purchase_month": { "value": "2012-12-09" }, "total_sale_dollars": 80161.64999999998 }, { "purchase_month": { "value": "2012-12-16" }, "total_sale_dollars": 85178.58 }, { "purchase_month": { "value": "2012-12-23" }, "total_sale_dollars": 52747.020000000004 }, { "purchase_month": { "value": "2012-12-30" }, "total_sale_dollars": 40066.909999999996 }, { "purchase_month": { "value": "2013-01-06" }, "total_sale_dollars": 55797.399999999994 }, { "purchase_month": { "value": "2013-01-13" }, "total_sale_dollars": 58703.02 }, { "purchase_month": { "value": "2013-01-20" }, "total_sale_dollars": 62854.67000000001 }, { "purchase_month": { "value": "2013-01-27" }, "total_sale_dollars": 52761.08999999999 }, { "purchase_month": { "value": "2013-02-03" }, "total_sale_dollars": 68879.94 }, { "purchase_month": { "value": "2013-02-10" }, "total_sale_dollars": 57893.17 }, { "purchase_month": { "value": "2013-02-17" }, "total_sale_dollars": 57076.21 }, { "purchase_month": { "value": "2013-02-24" }, "total_sale_dollars": 76119.17 }, { "purchase_month": { "value": "2013-03-03" }, "total_sale_dollars": 57999.53999999999 }, { "purchase_month": { "value": "2013-03-10" }, "total_sale_dollars": 62209.350000000006 }, { "purchase_month": { "value": "2013-03-17" }, "total_sale_dollars": 56721.10999999999 }, { "purchase_month": { "value": "2013-03-24" }, "total_sale_dollars": 56778.38 }, { "purchase_month": { "value": "2013-03-31" }, "total_sale_dollars": 58950.34 }, { "purchase_month": { "value": "2013-04-07" }, "total_sale_dollars": 65975.14 }, { "purchase_month": { "value": "2013-04-14" }, "total_sale_dollars": 59406.219999999994 }, { "purchase_month": { "value": "2013-04-21" }, "total_sale_dollars": 60882.47000000001 }, { "purchase_month": { "value": "2013-04-28" }, "total_sale_dollars": 68190.87 }, { "purchase_month": { "value": "2013-05-05" }, "total_sale_dollars": 69752.36 }, { "purchase_month": { "value": "2013-05-12" }, "total_sale_dollars": 51782.11000000001 }, { "purchase_month": { "value": "2013-05-19" }, "total_sale_dollars": 67651.73 }, { "purchase_month": { "value": "2013-05-26" }, "total_sale_dollars": 69411.67999999998 }, { "purchase_month": { "value": "2013-06-02" }, "total_sale_dollars": 56997.57999999999 }, { "purchase_month": { "value": "2013-06-09" }, "total_sale_dollars": 103196.74 }, { "purchase_month": { "value": "2013-06-16" }, "total_sale_dollars": 34871.509999999995 }, { "purchase_month": { "value": "2013-06-23" }, "total_sale_dollars": 46019.3 }, { "purchase_month": { "value": "2013-06-30" }, "total_sale_dollars": 68279.56000000001 }, { "purchase_month": { "value": "2013-07-07" }, "total_sale_dollars": 90767.98000000001 }, { "purchase_month": { "value": "2013-07-14" }, "total_sale_dollars": 70470.24000000002 }, { "purchase_month": { "value": "2013-07-21" }, "total_sale_dollars": 72271.12 }, { "purchase_month": { "value": "2013-07-28" }, "total_sale_dollars": 71303.74 }, { "purchase_month": { "value": "2013-08-04" }, "total_sale_dollars": 79811.04999999999 }, { "purchase_month": { "value": "2013-08-11" }, "total_sale_dollars": 106501.58999999998 }, { "purchase_month": { "value": "2013-08-18" }, "total_sale_dollars": 67650.86 }, { "purchase_month": { "value": "2013-08-25" }, "total_sale_dollars": 69516.92 }, { "purchase_month": { "value": "2013-09-01" }, "total_sale_dollars": 71752.04000000001 }, { "purchase_month": { "value": "2013-09-08" }, "total_sale_dollars": 57215.71 }, { "purchase_month": { "value": "2013-09-15" }, "total_sale_dollars": 61174.83 }, { "purchase_month": { "value": "2013-09-22" }, "total_sale_dollars": 51646.18000000001 }, { "purchase_month": { "value": "2013-09-29" }, "total_sale_dollars": 91927.84 }, { "purchase_month": { "value": "2013-10-06" }, "total_sale_dollars": 77820.65999999997 }, { "purchase_month": { "value": "2013-10-13" }, "total_sale_dollars": 66165.49 }, { "purchase_month": { "value": "2013-10-20" }, "total_sale_dollars": 55746.95999999999 }, { "purchase_month": { "value": "2013-10-27" }, "total_sale_dollars": 60112.850000000006 }, { "purchase_month": { "value": "2013-11-03" }, "total_sale_dollars": 59993.46 }, { "purchase_month": { "value": "2013-11-10" }, "total_sale_dollars": 61304.179999999986 }, { "purchase_month": { "value": "2013-11-17" }, "total_sale_dollars": 85817.01000000001 }, { "purchase_month": { "value": "2013-11-24" }, "total_sale_dollars": 25322.66 }, { "purchase_month": { "value": "2013-12-01" }, "total_sale_dollars": 71839.78000000001 }, { "purchase_month": { "value": "2013-12-08" }, "total_sale_dollars": 66214.60999999999 }, { "purchase_month": { "value": "2013-12-15" }, "total_sale_dollars": 88868.02999999997 }, { "purchase_month": { "value": "2013-12-22" }, "total_sale_dollars": 53335.930000000015 }, { "purchase_month": { "value": "2013-12-29" }, "total_sale_dollars": 24890.840000000004 }, { "purchase_month": { "value": "2014-01-05" }, "total_sale_dollars": 86977.76000000001 }, { "purchase_month": { "value": "2014-01-12" }, "total_sale_dollars": 49473.969999999994 }, { "purchase_month": { "value": "2014-01-19" }, "total_sale_dollars": 63803.049999999974 }, { "purchase_month": { "value": "2014-01-26" }, "total_sale_dollars": 59334.21999999999 }, { "purchase_month": { "value": "2014-02-02" }, "total_sale_dollars": 55411.28999999999 }, { "purchase_month": { "value": "2014-02-09" }, "total_sale_dollars": 54028.04000000001 }, { "purchase_month": { "value": "2014-02-16" }, "total_sale_dollars": 52855.409999999996 }, { "purchase_month": { "value": "2014-02-23" }, "total_sale_dollars": 59602.409999999996 }, { "purchase_month": { "value": "2014-03-02" }, "total_sale_dollars": 75330.13 }, { "purchase_month": { "value": "2014-03-09" }, "total_sale_dollars": 122116.15999999996 }, { "purchase_month": { "value": "2014-03-16" }, "total_sale_dollars": 70519.56 }, { "purchase_month": { "value": "2014-03-23" }, "total_sale_dollars": 50475.76 }, { "purchase_month": { "value": "2014-03-30" }, "total_sale_dollars": 54979.72999999999 }, { "purchase_month": { "value": "2014-04-06" }, "total_sale_dollars": 66495.01000000001 }, { "purchase_month": { "value": "2014-04-13" }, "total_sale_dollars": 58723.58000000001 }, { "purchase_month": { "value": "2014-04-20" }, "total_sale_dollars": 48885.419999999984 }, { "purchase_month": { "value": "2014-04-27" }, "total_sale_dollars": 61931.46000000001 }, { "purchase_month": { "value": "2014-05-04" }, "total_sale_dollars": 62992.880000000005 }, { "purchase_month": { "value": "2014-05-11" }, "total_sale_dollars": 77668.60999999997 }, { "purchase_month": { "value": "2014-05-18" }, "total_sale_dollars": 87320.78 }, { "purchase_month": { "value": "2014-05-25" }, "total_sale_dollars": 34677.44999999999 }, { "purchase_month": { "value": "2014-06-01" }, "total_sale_dollars": 90790.08000000002 }, { "purchase_month": { "value": "2014-06-08" }, "total_sale_dollars": 147094.18000000002 }, { "purchase_month": { "value": "2014-06-15" }, "total_sale_dollars": 77577.13000000003 }, { "purchase_month": { "value": "2014-06-22" }, "total_sale_dollars": 88458.22 }, { "purchase_month": { "value": "2014-06-29" }, "total_sale_dollars": 41340.200000000004 }, { "purchase_month": { "value": "2014-07-06" }, "total_sale_dollars": 65249.82 }, { "purchase_month": { "value": "2014-07-13" }, "total_sale_dollars": 61840.54 }, { "purchase_month": { "value": "2014-07-20" }, "total_sale_dollars": 72029.89 }, { "purchase_month": { "value": "2014-07-27" }, "total_sale_dollars": 77948.63 }, { "purchase_month": { "value": "2014-08-03" }, "total_sale_dollars": 140562.55000000002 }, { "purchase_month": { "value": "2014-08-10" }, "total_sale_dollars": 59905.729999999996 }, { "purchase_month": { "value": "2014-08-17" }, "total_sale_dollars": 76825.4 }, { "purchase_month": { "value": "2014-08-24" }, "total_sale_dollars": 94885.10999999999 }, { "purchase_month": { "value": "2014-08-31" }, "total_sale_dollars": 44302.29 }, { "purchase_month": { "value": "2014-09-07" }, "total_sale_dollars": 86300.64000000003 }, { "purchase_month": { "value": "2014-09-14" }, "total_sale_dollars": 57922.000000000015 }, { "purchase_month": { "value": "2014-09-21" }, "total_sale_dollars": 65384.209999999985 }, { "purchase_month": { "value": "2014-09-28" }, "total_sale_dollars": 101452.59000000001 }, { "purchase_month": { "value": "2014-10-05" }, "total_sale_dollars": 125887.26000000001 }, { "purchase_month": { "value": "2014-10-12" }, "total_sale_dollars": 82009.22000000002 }, { "purchase_month": { "value": "2014-10-19" }, "total_sale_dollars": 62967.04000000001 }, { "purchase_month": { "value": "2014-10-26" }, "total_sale_dollars": 91919.18999999999 }, { "purchase_month": { "value": "2014-11-02" }, "total_sale_dollars": 78933.97999999998 }, { "purchase_month": { "value": "2014-11-09" }, "total_sale_dollars": 42621.6 }, { "purchase_month": { "value": "2014-11-16" }, "total_sale_dollars": 95430.06999999999 }, { "purchase_month": { "value": "2014-11-23" }, "total_sale_dollars": 33123.420000000006 }, { "purchase_month": { "value": "2014-11-30" }, "total_sale_dollars": 113475.95999999999 }, { "purchase_month": { "value": "2014-12-07" }, "total_sale_dollars": 68904.14 }, { "purchase_month": { "value": "2014-12-14" }, "total_sale_dollars": 93109.50000000001 }, { "purchase_month": { "value": "2014-12-21" }, "total_sale_dollars": 70501.84999999998 }, { "purchase_month": { "value": "2014-12-28" }, "total_sale_dollars": 42653.26 }, { "purchase_month": { "value": "2015-01-04" }, "total_sale_dollars": 78852.38000000002 }, { "purchase_month": { "value": "2015-01-11" }, "total_sale_dollars": 89745.64 }, { "purchase_month": { "value": "2015-01-18" }, "total_sale_dollars": 45951.53999999999 }, { "purchase_month": { "value": "2015-01-25" }, "total_sale_dollars": 74626.24 }, { "purchase_month": { "value": "2015-02-01" }, "total_sale_dollars": 70185.45000000001 }, { "purchase_month": { "value": "2015-02-08" }, "total_sale_dollars": 74824.77000000002 }, { "purchase_month": { "value": "2015-02-15" }, "total_sale_dollars": 59070.920000000006 }, { "purchase_month": { "value": "2015-02-22" }, "total_sale_dollars": 76492.54000000001 }, { "purchase_month": { "value": "2015-03-01" }, "total_sale_dollars": 92336.68000000002 }, { "purchase_month": { "value": "2015-03-08" }, "total_sale_dollars": 79865.50000000003 }, { "purchase_month": { "value": "2015-03-15" }, "total_sale_dollars": 120512.71000000005 }, { "purchase_month": { "value": "2015-03-22" }, "total_sale_dollars": 61343.14000000001 }, { "purchase_month": { "value": "2015-03-29" }, "total_sale_dollars": 84585.03000000003 }, { "purchase_month": { "value": "2015-04-05" }, "total_sale_dollars": 53781.00999999999 }, { "purchase_month": { "value": "2015-04-12" }, "total_sale_dollars": 60992.079999999994 }, { "purchase_month": { "value": "2015-04-19" }, "total_sale_dollars": 75012.15999999999 }, { "purchase_month": { "value": "2015-04-26" }, "total_sale_dollars": 80073.55999999998 }, { "purchase_month": { "value": "2015-05-03" }, "total_sale_dollars": 73277.4 }, { "purchase_month": { "value": "2015-05-10" }, "total_sale_dollars": 83475.12000000001 }, { "purchase_month": { "value": "2015-05-17" }, "total_sale_dollars": 109401.22 }, { "purchase_month": { "value": "2015-05-24" }, "total_sale_dollars": 60426.87999999998 }, { "purchase_month": { "value": "2015-05-31" }, "total_sale_dollars": 86229.31000000001 }, { "purchase_month": { "value": "2015-06-07" }, "total_sale_dollars": 75492.84999999998 }, { "purchase_month": { "value": "2015-06-14" }, "total_sale_dollars": 153989.92000000004 }, { "purchase_month": { "value": "2015-06-21" }, "total_sale_dollars": 141337.80000000005 }, { "purchase_month": { "value": "2015-06-28" }, "total_sale_dollars": 54966.50999999999 }, { "purchase_month": { "value": "2015-07-05" }, "total_sale_dollars": 81803.29000000001 }, { "purchase_month": { "value": "2015-07-12" }, "total_sale_dollars": 72972.12 }, { "purchase_month": { "value": "2015-07-19" }, "total_sale_dollars": 67421.42999999998 }, { "purchase_month": { "value": "2015-07-26" }, "total_sale_dollars": 71797.87999999999 }, { "purchase_month": { "value": "2015-08-02" }, "total_sale_dollars": 77024.81999999998 }, { "purchase_month": { "value": "2015-08-09" }, "total_sale_dollars": 69821.83 }, { "purchase_month": { "value": "2015-08-16" }, "total_sale_dollars": 100030.35999999997 }, { "purchase_month": { "value": "2015-08-23" }, "total_sale_dollars": 136216.99 }, { "purchase_month": { "value": "2015-08-30" }, "total_sale_dollars": 102870.04000000002 }, { "purchase_month": { "value": "2015-09-06" }, "total_sale_dollars": 55395.369999999995 }, { "purchase_month": { "value": "2015-09-13" }, "total_sale_dollars": 77427.75000000001 }, { "purchase_month": { "value": "2015-09-20" }, "total_sale_dollars": 126036.23000000001 }, { "purchase_month": { "value": "2015-09-27" }, "total_sale_dollars": 92895.91 }, { "purchase_month": { "value": "2015-10-04" }, "total_sale_dollars": 76378.92 }, { "purchase_month": { "value": "2015-10-11" }, "total_sale_dollars": 68613.62999999999 }, { "purchase_month": { "value": "2015-10-18" }, "total_sale_dollars": 115113.95000000003 }, { "purchase_month": { "value": "2015-10-25" }, "total_sale_dollars": 78785.33000000002 }, { "purchase_month": { "value": "2015-11-01" }, "total_sale_dollars": 69927.79000000001 }, { "purchase_month": { "value": "2015-11-08" }, "total_sale_dollars": 85482.74999999999 }, { "purchase_month": { "value": "2015-11-15" }, "total_sale_dollars": 112755.61000000002 }, { "purchase_month": { "value": "2015-11-22" }, "total_sale_dollars": 32535.16 }, { "purchase_month": { "value": "2015-11-29" }, "total_sale_dollars": 82558.11000000002 }, { "purchase_month": { "value": "2015-12-06" }, "total_sale_dollars": 60718.310000000005 }, { "purchase_month": { "value": "2015-12-13" }, "total_sale_dollars": 127593.58 }, { "purchase_month": { "value": "2015-12-20" }, "total_sale_dollars": 99853.27000000002 }, { "purchase_month": { "value": "2015-12-27" }, "total_sale_dollars": 42677.14 }, { "purchase_month": { "value": "2016-01-03" }, "total_sale_dollars": 60669.88 }, { "purchase_month": { "value": "2016-01-10" }, "total_sale_dollars": 74348.65000000001 }, { "purchase_month": { "value": "2016-01-17" }, "total_sale_dollars": 43923.299999999996 }, { "purchase_month": { "value": "2016-01-24" }, "total_sale_dollars": 91875.25 }, { "purchase_month": { "value": "2016-01-31" }, "total_sale_dollars": 97145.65999999999 }, { "purchase_month": { "value": "2016-02-07" }, "total_sale_dollars": 83853.33000000003 }, { "purchase_month": { "value": "2016-02-14" }, "total_sale_dollars": 117800.99000000002 }, { "purchase_month": { "value": "2016-02-21" }, "total_sale_dollars": 90497.20000000003 }, { "purchase_month": { "value": "2016-02-28" }, "total_sale_dollars": 71699.82 }, { "purchase_month": { "value": "2016-03-06" }, "total_sale_dollars": 71726.19 }, { "purchase_month": { "value": "2016-03-13" }, "total_sale_dollars": 33337.749999999985 }, { "purchase_month": { "value": "2016-03-20" }, "total_sale_dollars": 87967.82000000002 }, { "purchase_month": { "value": "2016-03-27" }, "total_sale_dollars": 77025.13 }, { "purchase_month": { "value": "2016-04-03" }, "total_sale_dollars": 72609.96999999999 }, { "purchase_month": { "value": "2016-04-10" }, "total_sale_dollars": 67816.1 }, { "purchase_month": { "value": "2016-04-17" }, "total_sale_dollars": 73822.48000000001 }, { "purchase_month": { "value": "2016-04-24" }, "total_sale_dollars": 80411.16 }, { "purchase_month": { "value": "2016-05-01" }, "total_sale_dollars": 75966.82 }, { "purchase_month": { "value": "2016-05-08" }, "total_sale_dollars": 71256.14 }, { "purchase_month": { "value": "2016-05-15" }, "total_sale_dollars": 85160.31000000004 }, { "purchase_month": { "value": "2016-05-22" }, "total_sale_dollars": 109015.98000000003 }, { "purchase_month": { "value": "2016-05-29" }, "total_sale_dollars": 49486.180000000015 }, { "purchase_month": { "value": "2016-06-05" }, "total_sale_dollars": 80152.55999999998 }, { "purchase_month": { "value": "2016-06-12" }, "total_sale_dollars": 83429.81 }, { "purchase_month": { "value": "2016-06-19" }, "total_sale_dollars": 183622.85000000006 }, { "purchase_month": { "value": "2016-06-26" }, "total_sale_dollars": 118543.02000000002 }, { "purchase_month": { "value": "2016-07-03" }, "total_sale_dollars": 48929.88 }, { "purchase_month": { "value": "2016-07-10" }, "total_sale_dollars": 88899.67 }, { "purchase_month": { "value": "2016-07-17" }, "total_sale_dollars": 61588.85 }, { "purchase_month": { "value": "2016-07-24" }, "total_sale_dollars": 82991.47 }, { "purchase_month": { "value": "2016-07-31" }, "total_sale_dollars": 102722.70999999999 }, { "purchase_month": { "value": "2016-08-07" }, "total_sale_dollars": 77641.73999999999 }, { "purchase_month": { "value": "2016-08-14" }, "total_sale_dollars": 73941.10999999999 }, { "purchase_month": { "value": "2016-08-21" }, "total_sale_dollars": 90598.81999999999 }, { "purchase_month": { "value": "2016-08-28" }, "total_sale_dollars": 74436.74999999999 }, { "purchase_month": { "value": "2016-09-04" }, "total_sale_dollars": 65630.97999999998 }, { "purchase_month": { "value": "2016-09-11" }, "total_sale_dollars": 106925.58000000002 }, { "purchase_month": { "value": "2016-09-18" }, "total_sale_dollars": 54913.43000000002 }, { "purchase_month": { "value": "2016-09-25" }, "total_sale_dollars": 94736.24 }, { "purchase_month": { "value": "2016-10-02" }, "total_sale_dollars": 1425.6599999999999 }, { "purchase_month": { "value": "2016-10-09" }, "total_sale_dollars": 1106.6699999999998 }, { "purchase_month": { "value": "2016-10-16" }, "total_sale_dollars": 453.80999999999995 }, { "purchase_month": { "value": "2016-10-23" }, "total_sale_dollars": 720.42 }, { "purchase_month": { "value": "2016-10-30" }, "total_sale_dollars": 1670.64 }, { "purchase_month": { "value": "2016-11-06" }, "total_sale_dollars": 1154.7499999999998 }, { "purchase_month": { "value": "2016-11-13" }, "total_sale_dollars": 1185.24 }, { "purchase_month": { "value": "2016-11-20" }, "total_sale_dollars": 241.8 }, { "purchase_month": { "value": "2016-11-27" }, "total_sale_dollars": 469.7199999999999 }, { "purchase_month": { "value": "2016-12-04" }, "total_sale_dollars": 212.51999999999998 }, { "purchase_month": { "value": "2016-12-11" }, "total_sale_dollars": 2314.74 }, { "purchase_month": { "value": "2016-12-18" }, "total_sale_dollars": 3724.29 }, { "purchase_month": { "value": "2016-12-25" }, "total_sale_dollars": 704.3399999999999 }, { "purchase_month": { "value": "2017-01-01" }, "total_sale_dollars": 452.5799999999999 }, { "purchase_month": { "value": "2017-01-08" }, "total_sale_dollars": 436.67999999999995 }, { "purchase_month": { "value": "2017-01-15" }, "total_sale_dollars": 618.18 }, { "purchase_month": { "value": "2017-01-22" }, "total_sale_dollars": 93.48 }, { "purchase_month": { "value": "2017-01-29" }, "total_sale_dollars": 448.20000000000005 }, { "purchase_month": { "value": "2017-02-05" }, "total_sale_dollars": 101.15 }, { "purchase_month": { "value": "2017-02-12" }, "total_sale_dollars": 13913.16 }, { "purchase_month": { "value": "2017-02-19" }, "total_sale_dollars": 810.54 }, { "purchase_month": { "value": "2017-02-26" }, "total_sale_dollars": 200.99999999999997 }, { "purchase_month": { "value": "2017-03-05" }, "total_sale_dollars": 3793.92 }, { "purchase_month": { "value": "2017-03-12" }, "total_sale_dollars": 37341.759999999995 }, { "purchase_month": { "value": "2017-03-19" }, "total_sale_dollars": 58390.79 }, { "purchase_month": { "value": "2017-03-26" }, "total_sale_dollars": 65877.95000000001 }, { "purchase_month": { "value": "2017-04-02" }, "total_sale_dollars": 69479.57999999997 }, { "purchase_month": { "value": "2017-04-09" }, "total_sale_dollars": 105515.58 }, { "purchase_month": { "value": "2017-04-16" }, "total_sale_dollars": 86938.3 }, { "purchase_month": { "value": "2017-04-23" }, "total_sale_dollars": 70485.51999999999 }, { "purchase_month": { "value": "2017-04-30" }, "total_sale_dollars": 71405.22000000002 }, { "purchase_month": { "value": "2017-05-07" }, "total_sale_dollars": 100069.30999999995 }, { "purchase_month": { "value": "2017-05-14" }, "total_sale_dollars": 68601.20000000001 }, { "purchase_month": { "value": "2017-05-21" }, "total_sale_dollars": 88208.47 }, { "purchase_month": { "value": "2017-05-28" }, "total_sale_dollars": 46474.63 }, { "purchase_month": { "value": "2017-06-04" }, "total_sale_dollars": 108939.10000000005 }, { "purchase_month": { "value": "2017-06-11" }, "total_sale_dollars": 76614.65 }, { "purchase_month": { "value": "2017-06-18" }, "total_sale_dollars": 79854.12 }, { "purchase_month": { "value": "2017-06-25" }, "total_sale_dollars": 114024.11 }, { "purchase_month": { "value": "2017-07-02" }, "total_sale_dollars": 72136.15000000004 }, { "purchase_month": { "value": "2017-07-09" }, "total_sale_dollars": 108099.12999999999 }, { "purchase_month": { "value": "2017-07-16" }, "total_sale_dollars": 77502.58 }, { "purchase_month": { "value": "2017-07-23" }, "total_sale_dollars": 87475.62000000001 }, { "purchase_month": { "value": "2017-07-30" }, "total_sale_dollars": 79624.82999999999 }, { "purchase_month": { "value": "2017-08-06" }, "total_sale_dollars": 118905.38000000002 }, { "purchase_month": { "value": "2017-08-13" }, "total_sale_dollars": 94956.45000000003 }, { "purchase_month": { "value": "2017-08-20" }, "total_sale_dollars": 81477.61 }, { "purchase_month": { "value": "2017-08-27" }, "total_sale_dollars": 96223.79999999999 }, { "purchase_month": { "value": "2017-09-03" }, "total_sale_dollars": 72102.94000000002 }, { "purchase_month": { "value": "2017-09-10" }, "total_sale_dollars": 136382.41999999995 }, { "purchase_month": { "value": "2017-09-17" }, "total_sale_dollars": 83445.73999999998 }, { "purchase_month": { "value": "2017-09-24" }, "total_sale_dollars": 73682.19000000002 }, { "purchase_month": { "value": "2017-10-01" }, "total_sale_dollars": 94491.55000000003 }, { "purchase_month": { "value": "2017-10-08" }, "total_sale_dollars": 99637.28 }, { "purchase_month": { "value": "2017-10-15" }, "total_sale_dollars": 75188.22000000002 }, { "purchase_month": { "value": "2017-10-22" }, "total_sale_dollars": 114176.41000000003 }, { "purchase_month": { "value": "2017-10-29" }, "total_sale_dollars": 88199.42000000003 }, { "purchase_month": { "value": "2017-11-05" }, "total_sale_dollars": 126773.79999999999 }, { "purchase_month": { "value": "2017-11-12" }, "total_sale_dollars": 78670.89000000001 }, { "purchase_month": { "value": "2017-11-19" }, "total_sale_dollars": 44291.03999999999 }, { "purchase_month": { "value": "2017-11-26" }, "total_sale_dollars": 111209.34999999998 }, { "purchase_month": { "value": "2017-12-03" }, "total_sale_dollars": 88525.48000000003 }, { "purchase_month": { "value": "2017-12-10" }, "total_sale_dollars": 81986.74999999999 }, { "purchase_month": { "value": "2017-12-17" }, "total_sale_dollars": 92083.57 }, { "purchase_month": { "value": "2017-12-24" }, "total_sale_dollars": 35835.18 }, { "purchase_month": { "value": "2017-12-31" }, "total_sale_dollars": 556.74 }, { "purchase_month": { "value": "2018-01-07" }, "total_sale_dollars": 802.0199999999999 }, { "purchase_month": { "value": "2018-01-14" }, "total_sale_dollars": 218.63999999999996 }, { "purchase_month": { "value": "2018-01-21" }, "total_sale_dollars": 192.74 }, { "purchase_month": { "value": "2018-01-28" }, "total_sale_dollars": 995.62 }, { "purchase_month": { "value": "2018-02-04" }, "total_sale_dollars": 103.08 }, { "purchase_month": { "value": "2018-02-11" }, "total_sale_dollars": 438.84000000000003 }, { "purchase_month": { "value": "2018-02-18" }, "total_sale_dollars": 107.74 }, { "purchase_month": { "value": "2018-02-25" }, "total_sale_dollars": 504.62 }, { "purchase_month": { "value": "2018-03-04" }, "total_sale_dollars": 2014.17 }, { "purchase_month": { "value": "2018-03-11" }, "total_sale_dollars": 7.71 }, { "purchase_month": { "value": "2018-03-18" }, "total_sale_dollars": 108.66 }, { "purchase_month": { "value": "2018-03-25" }, "total_sale_dollars": 368.21999999999997 }, { "purchase_month": { "value": "2018-04-01" }, "total_sale_dollars": 131.26999999999998 }, { "purchase_month": { "value": "2018-04-08" }, "total_sale_dollars": 253.82000000000002 }, { "purchase_month": { "value": "2018-04-15" }, "total_sale_dollars": 414.78 }, { "purchase_month": { "value": "2018-04-22" }, "total_sale_dollars": 270.1 }, { "purchase_month": { "value": "2018-04-29" }, "total_sale_dollars": 340.52 }, { "purchase_month": { "value": "2018-05-06" }, "total_sale_dollars": 373.67999999999995 }, { "purchase_month": { "value": "2018-05-13" }, "total_sale_dollars": 802.42 }, { "purchase_month": { "value": "2018-05-20" }, "total_sale_dollars": 351.05999999999995 }, { "purchase_month": { "value": "2018-05-27" }, "total_sale_dollars": 172.42 }, { "purchase_month": { "value": "2018-06-03" }, "total_sale_dollars": 15717.18 }, { "purchase_month": { "value": "2018-06-10" }, "total_sale_dollars": 72961.37000000001 }, { "purchase_month": { "value": "2018-06-17" }, "total_sale_dollars": 93952.91 }, { "purchase_month": { "value": "2018-06-24" }, "total_sale_dollars": 109690.87 }, { "purchase_month": { "value": "2018-07-01" }, "total_sale_dollars": 54118 }, { "purchase_month": { "value": "2018-07-08" }, "total_sale_dollars": 86861.51000000004 }, { "purchase_month": { "value": "2018-07-15" }, "total_sale_dollars": 112387.09999999999 }, { "purchase_month": { "value": "2018-07-22" }, "total_sale_dollars": 82717.99000000002 }, { "purchase_month": { "value": "2018-07-29" }, "total_sale_dollars": 47372.939999999995 }, { "purchase_month": { "value": "2018-08-05" }, "total_sale_dollars": 204.12 }, { "purchase_month": { "value": "2018-08-12" }, "total_sale_dollars": 124.56 }, { "purchase_month": { "value": "2018-08-19" }, "total_sale_dollars": 507.6000000000001 }, { "purchase_month": { "value": "2018-08-26" }, "total_sale_dollars": 453.70000000000005 }, { "purchase_month": { "value": "2018-09-02" }, "total_sale_dollars": 86138.01 }, { "purchase_month": { "value": "2018-09-09" }, "total_sale_dollars": 98629.37999999999 }, { "purchase_month": { "value": "2018-09-16" }, "total_sale_dollars": 82448.14 }, { "purchase_month": { "value": "2018-09-23" }, "total_sale_dollars": 62534.09000000001 }, { "purchase_month": { "value": "2018-09-30" }, "total_sale_dollars": 81781.47 }, { "purchase_month": { "value": "2018-10-07" }, "total_sale_dollars": 55083.70999999999 }, { "purchase_month": { "value": "2018-10-14" }, "total_sale_dollars": 116432.48 }, { "purchase_month": { "value": "2018-10-21" }, "total_sale_dollars": 108008.65000000001 }, { "purchase_month": { "value": "2018-10-28" }, "total_sale_dollars": 75101.05000000002 }, { "purchase_month": { "value": "2018-11-04" }, "total_sale_dollars": 50595.22000000001 }, { "purchase_month": { "value": "2018-11-11" }, "total_sale_dollars": 261.6 }, { "purchase_month": { "value": "2018-11-18" }, "total_sale_dollars": 208.56 }, { "purchase_month": { "value": "2018-11-25" }, "total_sale_dollars": 450.12 }, { "purchase_month": { "value": "2018-12-02" }, "total_sale_dollars": 62.28 }, { "purchase_month": { "value": "2018-12-09" }, "total_sale_dollars": 550.92 }, { "purchase_month": { "value": "2018-12-16" }, "total_sale_dollars": 307.95 }, { "purchase_month": { "value": "2018-12-23" }, "total_sale_dollars": 98.36 }, { "purchase_month": { "value": "2018-12-30" }, "total_sale_dollars": 493.56 }, { "purchase_month": { "value": "2019-01-06" }, "total_sale_dollars": 324.48 }, { "purchase_month": { "value": "2019-01-13" }, "total_sale_dollars": 204.06 }, { "purchase_month": { "value": "2019-01-20" }, "total_sale_dollars": 185.58 }, { "purchase_month": { "value": "2019-02-03" }, "total_sale_dollars": 312.12 }, { "purchase_month": { "value": "2019-02-10" }, "total_sale_dollars": 358.55999999999995 }, { "purchase_month": { "value": "2019-02-17" }, "total_sale_dollars": 455.64 }, { "purchase_month": { "value": "2019-02-24" }, "total_sale_dollars": 5858.4400000000005 }, { "purchase_month": { "value": "2019-03-03" }, "total_sale_dollars": 68075.20999999999 }, { "purchase_month": { "value": "2019-03-10" }, "total_sale_dollars": 67806.53999999998 }, { "purchase_month": { "value": "2019-03-17" }, "total_sale_dollars": 69201.58999999998 }, { "purchase_month": { "value": "2019-03-24" }, "total_sale_dollars": 70618.84 }, { "purchase_month": { "value": "2019-03-31" }, "total_sale_dollars": 70586.68 }, { "purchase_month": { "value": "2019-04-07" }, "total_sale_dollars": 81863.5 }, { "purchase_month": { "value": "2019-04-14" }, "total_sale_dollars": 78519.94999999998 }, { "purchase_month": { "value": "2019-04-21" }, "total_sale_dollars": 70594.19000000002 }, { "purchase_month": { "value": "2019-04-28" }, "total_sale_dollars": 93862.19000000002 }, { "purchase_month": { "value": "2019-05-05" }, "total_sale_dollars": 69956.83999999997 }, { "purchase_month": { "value": "2019-05-12" }, "total_sale_dollars": 87120.28999999998 }, { "purchase_month": { "value": "2019-05-19" }, "total_sale_dollars": 80786.63000000002 }, { "purchase_month": { "value": "2019-05-26" }, "total_sale_dollars": 99936.71999999997 }, { "purchase_month": { "value": "2019-06-02" }, "total_sale_dollars": 91323.57000000002 }, { "purchase_month": { "value": "2019-06-09" }, "total_sale_dollars": 72021.43 }, { "purchase_month": { "value": "2019-06-16" }, "total_sale_dollars": 68707.71999999997 }, { "purchase_month": { "value": "2019-06-23" }, "total_sale_dollars": 100401.22 }, { "purchase_month": { "value": "2019-06-30" }, "total_sale_dollars": 93013.82 }, { "purchase_month": { "value": "2019-07-07" }, "total_sale_dollars": 67055.47 }, { "purchase_month": { "value": "2019-07-14" }, "total_sale_dollars": 79561.31999999998 }, { "purchase_month": { "value": "2019-07-21" }, "total_sale_dollars": 69602.19000000002 }, { "purchase_month": { "value": "2019-07-28" }, "total_sale_dollars": 45997.59 }, { "purchase_month": { "value": "2020-02-02" }, "total_sale_dollars": 86208.08000000002 }, { "purchase_month": { "value": "2020-02-09" }, "total_sale_dollars": 76110.59000000001 }, { "purchase_month": { "value": "2020-02-16" }, "total_sale_dollars": 78316.99000000003 }, { "purchase_month": { "value": "2020-02-23" }, "total_sale_dollars": 82458.91000000002 }, { "purchase_month": { "value": "2020-03-01" }, "total_sale_dollars": 80078.82 }, { "purchase_month": { "value": "2020-03-08" }, "total_sale_dollars": 94363.55000000003 }, { "purchase_month": { "value": "2020-03-15" }, "total_sale_dollars": 94240.15 }, { "purchase_month": { "value": "2020-03-22" }, "total_sale_dollars": 104762.40000000001 }, { "purchase_month": { "value": "2020-03-29" }, "total_sale_dollars": 63335.45999999999 }, { "purchase_month": { "value": "2020-04-05" }, "total_sale_dollars": 76872.40000000001 }, { "purchase_month": { "value": "2020-04-12" }, "total_sale_dollars": 79432.28000000001 }, { "purchase_month": { "value": "2020-04-19" }, "total_sale_dollars": 61458.63 }, { "purchase_month": { "value": "2020-04-26" }, "total_sale_dollars": 70929.72 }, { "purchase_month": { "value": "2020-05-03" }, "total_sale_dollars": 83352.25999999998 }, { "purchase_month": { "value": "2020-05-10" }, "total_sale_dollars": 75642.31999999998 }, { "purchase_month": { "value": "2020-05-17" }, "total_sale_dollars": 67034.34999999999 }, { "purchase_month": { "value": "2020-05-24" }, "total_sale_dollars": 87946.39 }, { "purchase_month": { "value": "2020-05-31" }, "total_sale_dollars": 69582.88000000002 }, { "purchase_month": { "value": "2020-06-07" }, "total_sale_dollars": 92476.76000000001 }, { "purchase_month": { "value": "2020-06-14" }, "total_sale_dollars": 82073.01000000001 }, { "purchase_month": { "value": "2020-06-21" }, "total_sale_dollars": 103086.62999999999 }, { "purchase_month": { "value": "2020-06-28" }, "total_sale_dollars": 90115.63999999998 }, { "purchase_month": { "value": "2020-07-05" }, "total_sale_dollars": 83341.83 }, { "purchase_month": { "value": "2020-07-12" }, "total_sale_dollars": 76652.26000000001 }, { "purchase_month": { "value": "2020-07-19" }, "total_sale_dollars": 81969.71 }, { "purchase_month": { "value": "2020-07-26" }, "total_sale_dollars": 89313.51000000002 }, { "purchase_month": { "value": "2020-08-02" }, "total_sale_dollars": 112825.56000000003 }, { "purchase_month": { "value": "2020-08-09" }, "total_sale_dollars": 66873.59000000001 }, { "purchase_month": { "value": "2020-08-16" }, "total_sale_dollars": 81157.59000000001 }, { "purchase_month": { "value": "2020-08-23" }, "total_sale_dollars": 106236.80000000002 }, { "purchase_month": { "value": "2020-08-30" }, "total_sale_dollars": 93082.8 }, { "purchase_month": { "value": "2020-09-06" }, "total_sale_dollars": 76151.74999999999 }, { "purchase_month": { "value": "2020-09-13" }, "total_sale_dollars": 73748.03 }, { "purchase_month": { "value": "2020-09-20" }, "total_sale_dollars": 93855.42999999998 }, { "purchase_month": { "value": "2020-09-27" }, "total_sale_dollars": 84167.12000000002 }, { "purchase_month": { "value": "2020-10-04" }, "total_sale_dollars": 78569.45999999999 }, { "purchase_month": { "value": "2020-10-11" }, "total_sale_dollars": 84516.03 }, { "purchase_month": { "value": "2020-10-18" }, "total_sale_dollars": 89011.11 }, { "purchase_month": { "value": "2020-10-25" }, "total_sale_dollars": 79424.38 }, { "purchase_month": { "value": "2020-11-01" }, "total_sale_dollars": 108647.89000000003 }, { "purchase_month": { "value": "2020-11-08" }, "total_sale_dollars": 76117.67999999998 }, { "purchase_month": { "value": "2020-11-15" }, "total_sale_dollars": 79010.62000000001 }, { "purchase_month": { "value": "2020-11-22" }, "total_sale_dollars": 55493.17000000001 }, { "purchase_month": { "value": "2020-11-29" }, "total_sale_dollars": 21768.159999999996 }, { "purchase_month": { "value": "2021-05-09" }, "total_sale_dollars": 42367.47 }, { "purchase_month": { "value": "2021-05-16" }, "total_sale_dollars": 73253.96 }, { "purchase_month": { "value": "2021-05-23" }, "total_sale_dollars": 101467.19999999998 }, { "purchase_month": { "value": "2021-05-30" }, "total_sale_dollars": 80290.04 }, { "purchase_month": { "value": "2021-06-06" }, "total_sale_dollars": 74823.40000000002 }, { "purchase_month": { "value": "2021-06-13" }, "total_sale_dollars": 114714.49000000002 }, { "purchase_month": { "value": "2021-06-20" }, "total_sale_dollars": 84364.96999999999 }, { "purchase_month": { "value": "2021-06-27" }, "total_sale_dollars": 57382.770000000004 } ], "top_sellers_by_revenue": [ { "vendor_name": "Sazerac North America", "item_description": "Barton Vodka", "total_sale_dollars": 16447240.140000243, "total_bottles": 2357035, "avg_price_per_100ml": 0.6139957314205859 }, { "vendor_name": "Sazerac North America", "item_description": "Skol Vodka", "total_sale_dollars": 5452572.669999984, "total_bottles": 708131, "avg_price_per_100ml": 0.6436095922833027 }, { "vendor_name": "Sazerac North America", "item_description": "Fleischmann's Royal Vodka 80 Prf", "total_sale_dollars": 2769771.020000004, "total_bottles": 265844, "avg_price_per_100ml": 0.5947985051514464 }, { "vendor_name": "Sazerac North America", "item_description": "Fleischmann's Royal Vodka", "total_sale_dollars": 1040630.8399999985, "total_bottles": 233498, "avg_price_per_100ml": 0.6512071866855466 }, { "vendor_name": "Sazerac North America", "item_description": "Caliber Vodka", "total_sale_dollars": 852521.0799999997, "total_bottles": 112346, "avg_price_per_100ml": 0.6299786395610063 } ], "most_expensive_products": [ { "vendor_name": "Sazerac North America", "item_description": "99 Vodka Mini", "total_sale_dollars": 270, "total_bottles": 30, "avg_price_per_100ml": 9.75 }, { "vendor_name": "Sazerac North America", "item_description": "99 Raspberry Mini", "total_sale_dollars": 630, "total_bottles": 70, "avg_price_per_100ml": 4.8 }, { "vendor_name": "Sazerac North America", "item_description": "Barton Vodka Mini", "total_sale_dollars": 76134.24000000008, "total_bottles": 12931, "avg_price_per_100ml": 3.185 }, { "vendor_name": "Sazerac North America", "item_description": "Naked Jay Big Dill Vodka", "total_sale_dollars": 1121.28, "total_bottles": 96, "avg_price_per_100ml": 1.5569523809523809 }, { "vendor_name": "Sazerac North America", "item_description": "Naked Jay Gooey Buns Vodka Mini", "total_sale_dollars": 90, "total_bottles": 10, "avg_price_per_100ml": 1.5 }, { "vendor_name": "Sazerac North America", "item_description": "Wave Baja Mini", "total_sale_dollars": 90, "total_bottles": 10, "avg_price_per_100ml": 1.5 }, { "vendor_name": "Sazerac North America", "item_description": "Wave Chocolate Pretzel Vodka Mini", "total_sale_dollars": 90, "total_bottles": 10, "avg_price_per_100ml": 1.5 }, { "vendor_name": "Sazerac North America", "item_description": "99 Raspberry Vodka Mini", "total_sale_dollars": 90, "total_bottles": 10, "avg_price_per_100ml": 1.5 }, { "vendor_name": "Sazerac North America", "item_description": "Wave Cherry Vodka", "total_sale_dollars": 90, "total_bottles": 10, "avg_price_per_100ml": 1.5 }, { "vendor_name": "Sazerac North America", "item_description": "Wave Tiki Vodka Mini", "total_sale_dollars": 90, "total_bottles": 10, "avg_price_per_100ml": 1.5 } ] }, { "vendor_name": "Laird And Company", "total_sale_dollars": 25775471.109998483, "by_month": [ { "purchase_month": { "value": "2012-01-01" }, "total_sale_dollars": 36683.90000000001 }, { "purchase_month": { "value": "2012-01-08" }, "total_sale_dollars": 55831.87999999999 }, { "purchase_month": { "value": "2012-01-15" }, "total_sale_dollars": 60787.51999999999 }, { "purchase_month": { "value": "2012-01-22" }, "total_sale_dollars": 64290.61 }, { "purchase_month": { "value": "2012-01-29" }, "total_sale_dollars": 65646.05999999998 }, { "purchase_month": { "value": "2012-02-05" }, "total_sale_dollars": 60002.319999999985 }, { "purchase_month": { "value": "2012-02-12" }, "total_sale_dollars": 59744.64999999999 }, { "purchase_month": { "value": "2012-02-19" }, "total_sale_dollars": 60401.969999999994 }, { "purchase_month": { "value": "2012-02-26" }, "total_sale_dollars": 62480.09000000001 }, { "purchase_month": { "value": "2012-03-04" }, "total_sale_dollars": 59792.96 }, { "purchase_month": { "value": "2012-03-11" }, "total_sale_dollars": 66268.68 }, { "purchase_month": { "value": "2012-03-18" }, "total_sale_dollars": 64404.96999999999 }, { "purchase_month": { "value": "2012-03-25" }, "total_sale_dollars": 63331.51 }, { "purchase_month": { "value": "2012-04-01" }, "total_sale_dollars": 68137.01 }, { "purchase_month": { "value": "2012-04-08" }, "total_sale_dollars": 65266.48999999999 }, { "purchase_month": { "value": "2012-04-15" }, "total_sale_dollars": 70056.95000000001 }, { "purchase_month": { "value": "2012-04-22" }, "total_sale_dollars": 65973.43999999999 }, { "purchase_month": { "value": "2012-04-29" }, "total_sale_dollars": 66370.55999999998 }, { "purchase_month": { "value": "2012-05-06" }, "total_sale_dollars": 71073.39999999998 }, { "purchase_month": { "value": "2012-05-13" }, "total_sale_dollars": 72019.89000000001 }, { "purchase_month": { "value": "2012-05-20" }, "total_sale_dollars": 95309.21999999997 }, { "purchase_month": { "value": "2012-05-27" }, "total_sale_dollars": 47923.42999999997 }, { "purchase_month": { "value": "2012-06-03" }, "total_sale_dollars": 73899.87000000001 }, { "purchase_month": { "value": "2012-06-10" }, "total_sale_dollars": 73181.36000000002 }, { "purchase_month": { "value": "2012-06-17" }, "total_sale_dollars": 74305.45 }, { "purchase_month": { "value": "2012-06-24" }, "total_sale_dollars": 88701.52 }, { "purchase_month": { "value": "2012-07-01" }, "total_sale_dollars": 75042.96999999997 }, { "purchase_month": { "value": "2012-07-08" }, "total_sale_dollars": 75429.74999999999 }, { "purchase_month": { "value": "2012-07-15" }, "total_sale_dollars": 74002.41 }, { "purchase_month": { "value": "2012-07-22" }, "total_sale_dollars": 72483.23999999999 }, { "purchase_month": { "value": "2012-07-29" }, "total_sale_dollars": 75777.51000000001 }, { "purchase_month": { "value": "2012-08-05" }, "total_sale_dollars": 75453.68 }, { "purchase_month": { "value": "2012-08-12" }, "total_sale_dollars": 72072.42999999998 }, { "purchase_month": { "value": "2012-08-19" }, "total_sale_dollars": 71003.84000000001 }, { "purchase_month": { "value": "2012-08-26" }, "total_sale_dollars": 96828.56999999998 }, { "purchase_month": { "value": "2012-09-02" }, "total_sale_dollars": 54007.3 }, { "purchase_month": { "value": "2012-09-09" }, "total_sale_dollars": 77111.76 }, { "purchase_month": { "value": "2012-09-16" }, "total_sale_dollars": 67762.21999999997 }, { "purchase_month": { "value": "2012-09-23" }, "total_sale_dollars": 71848.85 }, { "purchase_month": { "value": "2012-09-30" }, "total_sale_dollars": 74129.9 }, { "purchase_month": { "value": "2012-10-07" }, "total_sale_dollars": 73510.71 }, { "purchase_month": { "value": "2012-10-14" }, "total_sale_dollars": 69130.86 }, { "purchase_month": { "value": "2012-10-21" }, "total_sale_dollars": 70610.76 }, { "purchase_month": { "value": "2012-10-28" }, "total_sale_dollars": 75650.48999999999 }, { "purchase_month": { "value": "2012-11-04" }, "total_sale_dollars": 78245.48999999999 }, { "purchase_month": { "value": "2012-11-11" }, "total_sale_dollars": 111123.22 }, { "purchase_month": { "value": "2012-11-18" }, "total_sale_dollars": 31939.54 }, { "purchase_month": { "value": "2012-11-25" }, "total_sale_dollars": 75084.98 }, { "purchase_month": { "value": "2012-12-02" }, "total_sale_dollars": 68627.90999999999 }, { "purchase_month": { "value": "2012-12-09" }, "total_sale_dollars": 76565.51999999999 }, { "purchase_month": { "value": "2012-12-16" }, "total_sale_dollars": 102336.97999999998 }, { "purchase_month": { "value": "2012-12-23" }, "total_sale_dollars": 74395.20999999999 }, { "purchase_month": { "value": "2012-12-30" }, "total_sale_dollars": 40536.56 }, { "purchase_month": { "value": "2013-01-06" }, "total_sale_dollars": 60069.290000000015 }, { "purchase_month": { "value": "2013-01-13" }, "total_sale_dollars": 64706.340000000026 }, { "purchase_month": { "value": "2013-01-20" }, "total_sale_dollars": 64921.05999999998 }, { "purchase_month": { "value": "2013-01-27" }, "total_sale_dollars": 66940.75999999998 }, { "purchase_month": { "value": "2013-02-03" }, "total_sale_dollars": 66445.58 }, { "purchase_month": { "value": "2013-02-10" }, "total_sale_dollars": 66708.48 }, { "purchase_month": { "value": "2013-02-17" }, "total_sale_dollars": 63139.85 }, { "purchase_month": { "value": "2013-02-24" }, "total_sale_dollars": 68524.19999999998 }, { "purchase_month": { "value": "2013-03-03" }, "total_sale_dollars": 69795.51000000001 }, { "purchase_month": { "value": "2013-03-10" }, "total_sale_dollars": 67942.62 }, { "purchase_month": { "value": "2013-03-17" }, "total_sale_dollars": 67117.95000000001 }, { "purchase_month": { "value": "2013-03-24" }, "total_sale_dollars": 65859.68000000001 }, { "purchase_month": { "value": "2013-03-31" }, "total_sale_dollars": 65438.450000000004 }, { "purchase_month": { "value": "2013-04-07" }, "total_sale_dollars": 70454.62000000001 }, { "purchase_month": { "value": "2013-04-14" }, "total_sale_dollars": 68452.33 }, { "purchase_month": { "value": "2013-04-21" }, "total_sale_dollars": 69430.74 }, { "purchase_month": { "value": "2013-04-28" }, "total_sale_dollars": 74091.87999999999 }, { "purchase_month": { "value": "2013-05-05" }, "total_sale_dollars": 71197.47000000002 }, { "purchase_month": { "value": "2013-05-12" }, "total_sale_dollars": 69346.12999999998 }, { "purchase_month": { "value": "2013-05-19" }, "total_sale_dollars": 87367.23 }, { "purchase_month": { "value": "2013-05-26" }, "total_sale_dollars": 66621.67000000001 }, { "purchase_month": { "value": "2013-06-02" }, "total_sale_dollars": 73066.09999999999 }, { "purchase_month": { "value": "2013-06-09" }, "total_sale_dollars": 106835.62999999998 }, { "purchase_month": { "value": "2013-06-16" }, "total_sale_dollars": 27887.970000000005 }, { "purchase_month": { "value": "2013-06-23" }, "total_sale_dollars": 98668.13999999998 }, { "purchase_month": { "value": "2013-06-30" }, "total_sale_dollars": 83845.98999999999 }, { "purchase_month": { "value": "2013-07-07" }, "total_sale_dollars": 78409.81 }, { "purchase_month": { "value": "2013-07-14" }, "total_sale_dollars": 77101.84 }, { "purchase_month": { "value": "2013-07-21" }, "total_sale_dollars": 76442.69 }, { "purchase_month": { "value": "2013-07-28" }, "total_sale_dollars": 75073.08 }, { "purchase_month": { "value": "2013-08-04" }, "total_sale_dollars": 77365.70999999998 }, { "purchase_month": { "value": "2013-08-11" }, "total_sale_dollars": 75040.26999999999 }, { "purchase_month": { "value": "2013-08-18" }, "total_sale_dollars": 74094.65000000001 }, { "purchase_month": { "value": "2013-08-25" }, "total_sale_dollars": 87642.13 }, { "purchase_month": { "value": "2013-09-01" }, "total_sale_dollars": 79036.85 }, { "purchase_month": { "value": "2013-09-08" }, "total_sale_dollars": 69774.97 }, { "purchase_month": { "value": "2013-09-15" }, "total_sale_dollars": 73798.32 }, { "purchase_month": { "value": "2013-09-22" }, "total_sale_dollars": 69094.62 }, { "purchase_month": { "value": "2013-09-29" }, "total_sale_dollars": 78734.40999999999 }, { "purchase_month": { "value": "2013-10-06" }, "total_sale_dollars": 63589.69000000001 }, { "purchase_month": { "value": "2013-10-13" }, "total_sale_dollars": 69336.62999999999 }, { "purchase_month": { "value": "2013-10-20" }, "total_sale_dollars": 66309.60999999999 }, { "purchase_month": { "value": "2013-10-27" }, "total_sale_dollars": 73382.14 }, { "purchase_month": { "value": "2013-11-03" }, "total_sale_dollars": 69160.06 }, { "purchase_month": { "value": "2013-11-10" }, "total_sale_dollars": 75846.12999999999 }, { "purchase_month": { "value": "2013-11-17" }, "total_sale_dollars": 115159.14999999998 }, { "purchase_month": { "value": "2013-11-24" }, "total_sale_dollars": 33801.5 }, { "purchase_month": { "value": "2013-12-01" }, "total_sale_dollars": 70735.40999999999 }, { "purchase_month": { "value": "2013-12-08" }, "total_sale_dollars": 63403.609999999986 }, { "purchase_month": { "value": "2013-12-15" }, "total_sale_dollars": 105830.83999999995 }, { "purchase_month": { "value": "2013-12-22" }, "total_sale_dollars": 58301.56 }, { "purchase_month": { "value": "2013-12-29" }, "total_sale_dollars": 24427.199999999997 }, { "purchase_month": { "value": "2014-01-05" }, "total_sale_dollars": 67200.46999999999 }, { "purchase_month": { "value": "2014-01-12" }, "total_sale_dollars": 65736 }, { "purchase_month": { "value": "2014-01-19" }, "total_sale_dollars": 67658.39999999998 }, { "purchase_month": { "value": "2014-01-26" }, "total_sale_dollars": 77884.92999999996 }, { "purchase_month": { "value": "2014-02-02" }, "total_sale_dollars": 67947.79999999999 }, { "purchase_month": { "value": "2014-02-09" }, "total_sale_dollars": 62911.90000000001 }, { "purchase_month": { "value": "2014-02-16" }, "total_sale_dollars": 63271.05 }, { "purchase_month": { "value": "2014-02-23" }, "total_sale_dollars": 63105.19999999999 }, { "purchase_month": { "value": "2014-03-02" }, "total_sale_dollars": 65362.270000000004 }, { "purchase_month": { "value": "2014-03-09" }, "total_sale_dollars": 61407.48999999999 }, { "purchase_month": { "value": "2014-03-16" }, "total_sale_dollars": 63103.309999999976 }, { "purchase_month": { "value": "2014-03-23" }, "total_sale_dollars": 61872.13000000001 }, { "purchase_month": { "value": "2014-03-30" }, "total_sale_dollars": 62636.89000000001 }, { "purchase_month": { "value": "2014-04-06" }, "total_sale_dollars": 78818.34000000001 }, { "purchase_month": { "value": "2014-04-13" }, "total_sale_dollars": 62148.049999999974 }, { "purchase_month": { "value": "2014-04-20" }, "total_sale_dollars": 63327.05000000001 }, { "purchase_month": { "value": "2014-04-27" }, "total_sale_dollars": 73699.63999999998 }, { "purchase_month": { "value": "2014-05-04" }, "total_sale_dollars": 60643.51999999999 }, { "purchase_month": { "value": "2014-05-11" }, "total_sale_dollars": 66165.22 }, { "purchase_month": { "value": "2014-05-18" }, "total_sale_dollars": 84441.2 }, { "purchase_month": { "value": "2014-05-25" }, "total_sale_dollars": 46267.8 }, { "purchase_month": { "value": "2014-06-01" }, "total_sale_dollars": 77806.36999999998 }, { "purchase_month": { "value": "2014-06-08" }, "total_sale_dollars": 71340.93000000002 }, { "purchase_month": { "value": "2014-06-15" }, "total_sale_dollars": 74246.63 }, { "purchase_month": { "value": "2014-06-22" }, "total_sale_dollars": 94155.86999999998 }, { "purchase_month": { "value": "2014-06-29" }, "total_sale_dollars": 54012.22999999999 }, { "purchase_month": { "value": "2014-07-06" }, "total_sale_dollars": 74587.51 }, { "purchase_month": { "value": "2014-07-13" }, "total_sale_dollars": 81600.49999999999 }, { "purchase_month": { "value": "2014-07-20" }, "total_sale_dollars": 73569.24000000002 }, { "purchase_month": { "value": "2014-07-27" }, "total_sale_dollars": 75070.26999999997 }, { "purchase_month": { "value": "2014-08-03" }, "total_sale_dollars": 73237.31999999998 }, { "purchase_month": { "value": "2014-08-10" }, "total_sale_dollars": 74613.3 }, { "purchase_month": { "value": "2014-08-17" }, "total_sale_dollars": 73370.45999999998 }, { "purchase_month": { "value": "2014-08-24" }, "total_sale_dollars": 85758.23999999999 }, { "purchase_month": { "value": "2014-08-31" }, "total_sale_dollars": 48781.78 }, { "purchase_month": { "value": "2014-09-07" }, "total_sale_dollars": 74416.66000000002 }, { "purchase_month": { "value": "2014-09-14" }, "total_sale_dollars": 62118.28000000001 }, { "purchase_month": { "value": "2014-09-21" }, "total_sale_dollars": 65788.09999999999 }, { "purchase_month": { "value": "2014-09-28" }, "total_sale_dollars": 70750.31999999996 }, { "purchase_month": { "value": "2014-10-05" }, "total_sale_dollars": 66367.83999999998 }, { "purchase_month": { "value": "2014-10-12" }, "total_sale_dollars": 68973.23999999999 }, { "purchase_month": { "value": "2014-10-19" }, "total_sale_dollars": 65847.79999999999 }, { "purchase_month": { "value": "2014-10-26" }, "total_sale_dollars": 65285.600000000006 }, { "purchase_month": { "value": "2014-11-02" }, "total_sale_dollars": 73405.05999999998 }, { "purchase_month": { "value": "2014-11-09" }, "total_sale_dollars": 47243.01999999998 }, { "purchase_month": { "value": "2014-11-16" }, "total_sale_dollars": 114990.03999999998 }, { "purchase_month": { "value": "2014-11-23" }, "total_sale_dollars": 22219.479999999992 }, { "purchase_month": { "value": "2014-11-30" }, "total_sale_dollars": 76851.52 }, { "purchase_month": { "value": "2014-12-07" }, "total_sale_dollars": 81011.14 }, { "purchase_month": { "value": "2014-12-14" }, "total_sale_dollars": 105299.76000000001 }, { "purchase_month": { "value": "2014-12-21" }, "total_sale_dollars": 64161.060000000005 }, { "purchase_month": { "value": "2014-12-28" }, "total_sale_dollars": 24484.679999999997 }, { "purchase_month": { "value": "2015-01-04" }, "total_sale_dollars": 77322.11999999997 }, { "purchase_month": { "value": "2015-01-11" }, "total_sale_dollars": 72743.34000000001 }, { "purchase_month": { "value": "2015-01-18" }, "total_sale_dollars": 54051 }, { "purchase_month": { "value": "2015-01-25" }, "total_sale_dollars": 65298.15999999998 }, { "purchase_month": { "value": "2015-02-01" }, "total_sale_dollars": 66529.92 }, { "purchase_month": { "value": "2015-02-08" }, "total_sale_dollars": 65349.65999999998 }, { "purchase_month": { "value": "2015-02-15" }, "total_sale_dollars": 61189.14 }, { "purchase_month": { "value": "2015-02-22" }, "total_sale_dollars": 67685.64000000003 }, { "purchase_month": { "value": "2015-03-01" }, "total_sale_dollars": 63752.68 }, { "purchase_month": { "value": "2015-03-08" }, "total_sale_dollars": 62880.999999999985 }, { "purchase_month": { "value": "2015-03-15" }, "total_sale_dollars": 68007.56 }, { "purchase_month": { "value": "2015-03-22" }, "total_sale_dollars": 60679.84 }, { "purchase_month": { "value": "2015-03-29" }, "total_sale_dollars": 66013.29999999999 }, { "purchase_month": { "value": "2015-04-05" }, "total_sale_dollars": 68072.6 }, { "purchase_month": { "value": "2015-04-12" }, "total_sale_dollars": 66758.47999999998 }, { "purchase_month": { "value": "2015-04-19" }, "total_sale_dollars": 63980.03999999999 }, { "purchase_month": { "value": "2015-04-26" }, "total_sale_dollars": 68503.57999999999 }, { "purchase_month": { "value": "2015-05-03" }, "total_sale_dollars": 72846.2 }, { "purchase_month": { "value": "2015-05-10" }, "total_sale_dollars": 68104.37999999999 }, { "purchase_month": { "value": "2015-05-17" }, "total_sale_dollars": 90879.15999999999 }, { "purchase_month": { "value": "2015-05-24" }, "total_sale_dollars": 47460 }, { "purchase_month": { "value": "2015-05-31" }, "total_sale_dollars": 71657.2 }, { "purchase_month": { "value": "2015-06-07" }, "total_sale_dollars": 74129.26000000001 }, { "purchase_month": { "value": "2015-06-14" }, "total_sale_dollars": 79293.28000000001 }, { "purchase_month": { "value": "2015-06-21" }, "total_sale_dollars": 84412.08 }, { "purchase_month": { "value": "2015-06-28" }, "total_sale_dollars": 51101.94 }, { "purchase_month": { "value": "2015-07-05" }, "total_sale_dollars": 74494.76000000001 }, { "purchase_month": { "value": "2015-07-12" }, "total_sale_dollars": 77828.35999999999 }, { "purchase_month": { "value": "2015-07-19" }, "total_sale_dollars": 68068.98000000001 }, { "purchase_month": { "value": "2015-07-26" }, "total_sale_dollars": 72367.07999999999 }, { "purchase_month": { "value": "2015-08-02" }, "total_sale_dollars": 69961.34 }, { "purchase_month": { "value": "2015-08-09" }, "total_sale_dollars": 70427.18000000001 }, { "purchase_month": { "value": "2015-08-16" }, "total_sale_dollars": 74589.72 }, { "purchase_month": { "value": "2015-08-23" }, "total_sale_dollars": 63582.27999999999 }, { "purchase_month": { "value": "2015-08-30" }, "total_sale_dollars": 90510.53999999998 }, { "purchase_month": { "value": "2015-09-06" }, "total_sale_dollars": 48818.6 }, { "purchase_month": { "value": "2015-09-13" }, "total_sale_dollars": 78422.55999999998 }, { "purchase_month": { "value": "2015-09-20" }, "total_sale_dollars": 64541.21999999999 }, { "purchase_month": { "value": "2015-09-27" }, "total_sale_dollars": 69170.35999999999 }, { "purchase_month": { "value": "2015-10-04" }, "total_sale_dollars": 65020.00000000001 }, { "purchase_month": { "value": "2015-10-11" }, "total_sale_dollars": 71222.29999999999 }, { "purchase_month": { "value": "2015-10-18" }, "total_sale_dollars": 64272.59999999999 }, { "purchase_month": { "value": "2015-10-25" }, "total_sale_dollars": 66604.79999999999 }, { "purchase_month": { "value": "2015-11-01" }, "total_sale_dollars": 68166.27999999998 }, { "purchase_month": { "value": "2015-11-08" }, "total_sale_dollars": 62297.419999999984 }, { "purchase_month": { "value": "2015-11-15" }, "total_sale_dollars": 108731.51999999996 }, { "purchase_month": { "value": "2015-11-22" }, "total_sale_dollars": 20302.859999999997 }, { "purchase_month": { "value": "2015-11-29" }, "total_sale_dollars": 89178.68 }, { "purchase_month": { "value": "2015-12-06" }, "total_sale_dollars": 76819.66 }, { "purchase_month": { "value": "2015-12-13" }, "total_sale_dollars": 89102.52 }, { "purchase_month": { "value": "2015-12-20" }, "total_sale_dollars": 60465.600000000006 }, { "purchase_month": { "value": "2015-12-27" }, "total_sale_dollars": 44838.23999999998 }, { "purchase_month": { "value": "2016-01-03" }, "total_sale_dollars": 64081.53999999999 }, { "purchase_month": { "value": "2016-01-10" }, "total_sale_dollars": 76600.83999999997 }, { "purchase_month": { "value": "2016-01-17" }, "total_sale_dollars": 42307.280000000006 }, { "purchase_month": { "value": "2016-01-24" }, "total_sale_dollars": 71245.87999999998 }, { "purchase_month": { "value": "2016-01-31" }, "total_sale_dollars": 73727.38 }, { "purchase_month": { "value": "2016-02-07" }, "total_sale_dollars": 62115.71999999999 }, { "purchase_month": { "value": "2016-02-14" }, "total_sale_dollars": 58135.36000000001 }, { "purchase_month": { "value": "2016-02-21" }, "total_sale_dollars": 69874.92 }, { "purchase_month": { "value": "2016-02-28" }, "total_sale_dollars": 62843.34 }, { "purchase_month": { "value": "2016-03-06" }, "total_sale_dollars": 61631.95999999998 }, { "purchase_month": { "value": "2016-03-13" }, "total_sale_dollars": 44492.63999999998 }, { "purchase_month": { "value": "2016-03-20" }, "total_sale_dollars": 63560.01999999999 }, { "purchase_month": { "value": "2016-03-27" }, "total_sale_dollars": 64168.42 }, { "purchase_month": { "value": "2016-04-03" }, "total_sale_dollars": 65611.17999999998 }, { "purchase_month": { "value": "2016-04-10" }, "total_sale_dollars": 65379.81999999998 }, { "purchase_month": { "value": "2016-04-17" }, "total_sale_dollars": 65768.78000000001 }, { "purchase_month": { "value": "2016-04-24" }, "total_sale_dollars": 67975.71999999999 }, { "purchase_month": { "value": "2016-05-01" }, "total_sale_dollars": 66063.3 }, { "purchase_month": { "value": "2016-05-08" }, "total_sale_dollars": 69552.51999999999 }, { "purchase_month": { "value": "2016-05-15" }, "total_sale_dollars": 73914.77999999998 }, { "purchase_month": { "value": "2016-05-22" }, "total_sale_dollars": 89915.52 }, { "purchase_month": { "value": "2016-05-29" }, "total_sale_dollars": 48946.88000000002 }, { "purchase_month": { "value": "2016-06-05" }, "total_sale_dollars": 77025.72 }, { "purchase_month": { "value": "2016-06-12" }, "total_sale_dollars": 73870.34000000001 }, { "purchase_month": { "value": "2016-06-19" }, "total_sale_dollars": 76330.2 }, { "purchase_month": { "value": "2016-06-26" }, "total_sale_dollars": 92132.63999999998 }, { "purchase_month": { "value": "2016-07-03" }, "total_sale_dollars": 50477.99999999999 }, { "purchase_month": { "value": "2016-07-10" }, "total_sale_dollars": 80956.19999999997 }, { "purchase_month": { "value": "2016-07-17" }, "total_sale_dollars": 58032.119999999995 }, { "purchase_month": { "value": "2016-07-24" }, "total_sale_dollars": 87453.15999999999 }, { "purchase_month": { "value": "2016-07-31" }, "total_sale_dollars": 72561.40000000001 }, { "purchase_month": { "value": "2016-08-07" }, "total_sale_dollars": 74687.09999999998 }, { "purchase_month": { "value": "2016-08-14" }, "total_sale_dollars": 73161.56000000001 }, { "purchase_month": { "value": "2016-08-21" }, "total_sale_dollars": 69292.5 }, { "purchase_month": { "value": "2016-08-28" }, "total_sale_dollars": 71509.92 }, { "purchase_month": { "value": "2016-09-04" }, "total_sale_dollars": 49734.4 }, { "purchase_month": { "value": "2016-09-11" }, "total_sale_dollars": 77881.05999999998 }, { "purchase_month": { "value": "2016-09-18" }, "total_sale_dollars": 69073.4 }, { "purchase_month": { "value": "2016-09-25" }, "total_sale_dollars": 62618.52 }, { "purchase_month": { "value": "2016-10-02" }, "total_sale_dollars": 767.52 }, { "purchase_month": { "value": "2016-10-09" }, "total_sale_dollars": 653.5200000000001 }, { "purchase_month": { "value": "2016-10-16" }, "total_sale_dollars": 1130.8 }, { "purchase_month": { "value": "2016-10-23" }, "total_sale_dollars": 772.12 }, { "purchase_month": { "value": "2016-10-30" }, "total_sale_dollars": 1055.86 }, { "purchase_month": { "value": "2016-11-06" }, "total_sale_dollars": 654.36 }, { "purchase_month": { "value": "2016-11-13" }, "total_sale_dollars": 1198.0599999999997 }, { "purchase_month": { "value": "2016-11-20" }, "total_sale_dollars": 426.96000000000004 }, { "purchase_month": { "value": "2016-11-27" }, "total_sale_dollars": 923.8599999999999 }, { "purchase_month": { "value": "2016-12-04" }, "total_sale_dollars": 744.96 }, { "purchase_month": { "value": "2016-12-11" }, "total_sale_dollars": 687.1800000000001 }, { "purchase_month": { "value": "2016-12-18" }, "total_sale_dollars": 333.96000000000004 }, { "purchase_month": { "value": "2016-12-25" }, "total_sale_dollars": 845.9200000000001 }, { "purchase_month": { "value": "2017-01-01" }, "total_sale_dollars": 163.8 }, { "purchase_month": { "value": "2017-01-08" }, "total_sale_dollars": 504.5 }, { "purchase_month": { "value": "2017-01-15" }, "total_sale_dollars": 570.6 }, { "purchase_month": { "value": "2017-01-22" }, "total_sale_dollars": 720.48 }, { "purchase_month": { "value": "2017-01-29" }, "total_sale_dollars": 670.8000000000001 }, { "purchase_month": { "value": "2017-02-05" }, "total_sale_dollars": 519.76 }, { "purchase_month": { "value": "2017-02-12" }, "total_sale_dollars": 265.44 }, { "purchase_month": { "value": "2017-02-19" }, "total_sale_dollars": 459.12 }, { "purchase_month": { "value": "2017-02-26" }, "total_sale_dollars": 146.39999999999998 }, { "purchase_month": { "value": "2017-03-05" }, "total_sale_dollars": 600.48 }, { "purchase_month": { "value": "2017-03-12" }, "total_sale_dollars": 23802.380000000005 }, { "purchase_month": { "value": "2017-03-19" }, "total_sale_dollars": 61136.460000000014 }, { "purchase_month": { "value": "2017-03-26" }, "total_sale_dollars": 68479.47999999998 }, { "purchase_month": { "value": "2017-04-02" }, "total_sale_dollars": 63454.24 }, { "purchase_month": { "value": "2017-04-09" }, "total_sale_dollars": 73808.46 }, { "purchase_month": { "value": "2017-04-16" }, "total_sale_dollars": 66352.12 }, { "purchase_month": { "value": "2017-04-23" }, "total_sale_dollars": 66367.11999999998 }, { "purchase_month": { "value": "2017-04-30" }, "total_sale_dollars": 70109.48 }, { "purchase_month": { "value": "2017-05-07" }, "total_sale_dollars": 68814.70000000003 }, { "purchase_month": { "value": "2017-05-14" }, "total_sale_dollars": 73258.33999999998 }, { "purchase_month": { "value": "2017-05-21" }, "total_sale_dollars": 84866.92000000003 }, { "purchase_month": { "value": "2017-05-28" }, "total_sale_dollars": 43373.37999999999 }, { "purchase_month": { "value": "2017-06-04" }, "total_sale_dollars": 87844.05999999998 }, { "purchase_month": { "value": "2017-06-11" }, "total_sale_dollars": 74330.08 }, { "purchase_month": { "value": "2017-06-18" }, "total_sale_dollars": 75850.88 }, { "purchase_month": { "value": "2017-06-25" }, "total_sale_dollars": 85330.84000000001 }, { "purchase_month": { "value": "2017-07-02" }, "total_sale_dollars": 75057.25999999998 }, { "purchase_month": { "value": "2017-07-09" }, "total_sale_dollars": 77988.68000000001 }, { "purchase_month": { "value": "2017-07-16" }, "total_sale_dollars": 82460.56 }, { "purchase_month": { "value": "2017-07-23" }, "total_sale_dollars": 64557.71999999999 }, { "purchase_month": { "value": "2017-07-30" }, "total_sale_dollars": 73657.55999999998 }, { "purchase_month": { "value": "2017-08-06" }, "total_sale_dollars": 68543.87999999998 }, { "purchase_month": { "value": "2017-08-13" }, "total_sale_dollars": 73684.8 }, { "purchase_month": { "value": "2017-08-20" }, "total_sale_dollars": 76618.52000000002 }, { "purchase_month": { "value": "2017-08-27" }, "total_sale_dollars": 89587.25999999998 }, { "purchase_month": { "value": "2017-09-03" }, "total_sale_dollars": 46892.04 }, { "purchase_month": { "value": "2017-09-10" }, "total_sale_dollars": 80040.04 }, { "purchase_month": { "value": "2017-09-17" }, "total_sale_dollars": 71205.75999999998 }, { "purchase_month": { "value": "2017-09-24" }, "total_sale_dollars": 64050.46000000001 }, { "purchase_month": { "value": "2017-10-01" }, "total_sale_dollars": 68851.33999999998 }, { "purchase_month": { "value": "2017-10-08" }, "total_sale_dollars": 67813.59999999999 }, { "purchase_month": { "value": "2017-10-15" }, "total_sale_dollars": 66234.63999999997 }, { "purchase_month": { "value": "2017-10-22" }, "total_sale_dollars": 76837.56 }, { "purchase_month": { "value": "2017-10-29" }, "total_sale_dollars": 50090.63999999999 }, { "purchase_month": { "value": "2017-11-05" }, "total_sale_dollars": 69173.79999999999 }, { "purchase_month": { "value": "2017-11-12" }, "total_sale_dollars": 82323.7 }, { "purchase_month": { "value": "2017-11-19" }, "total_sale_dollars": 48132.02000000001 }, { "purchase_month": { "value": "2017-11-26" }, "total_sale_dollars": 71255.94 }, { "purchase_month": { "value": "2017-12-03" }, "total_sale_dollars": 72845.98000000001 }, { "purchase_month": { "value": "2017-12-10" }, "total_sale_dollars": 71405.85999999999 }, { "purchase_month": { "value": "2017-12-17" }, "total_sale_dollars": 93010.09999999998 }, { "purchase_month": { "value": "2017-12-24" }, "total_sale_dollars": 26660.16 }, { "purchase_month": { "value": "2017-12-31" }, "total_sale_dollars": 402.55999999999995 }, { "purchase_month": { "value": "2018-01-07" }, "total_sale_dollars": 802.6800000000001 }, { "purchase_month": { "value": "2018-01-14" }, "total_sale_dollars": 287.52 }, { "purchase_month": { "value": "2018-01-21" }, "total_sale_dollars": 978.2799999999999 }, { "purchase_month": { "value": "2018-01-28" }, "total_sale_dollars": 325.02000000000004 }, { "purchase_month": { "value": "2018-02-04" }, "total_sale_dollars": 857.1600000000001 }, { "purchase_month": { "value": "2018-02-11" }, "total_sale_dollars": 664.9200000000001 }, { "purchase_month": { "value": "2018-02-18" }, "total_sale_dollars": 429.18 }, { "purchase_month": { "value": "2018-02-25" }, "total_sale_dollars": 734.1600000000001 }, { "purchase_month": { "value": "2018-03-04" }, "total_sale_dollars": 1011 }, { "purchase_month": { "value": "2018-03-11" }, "total_sale_dollars": 504.8 }, { "purchase_month": { "value": "2018-03-18" }, "total_sale_dollars": 778.3199999999999 }, { "purchase_month": { "value": "2018-03-25" }, "total_sale_dollars": 255.12 }, { "purchase_month": { "value": "2018-04-01" }, "total_sale_dollars": 392.34000000000003 }, { "purchase_month": { "value": "2018-04-08" }, "total_sale_dollars": 142.1 }, { "purchase_month": { "value": "2018-04-15" }, "total_sale_dollars": 399.84 }, { "purchase_month": { "value": "2018-04-22" }, "total_sale_dollars": 479.76000000000005 }, { "purchase_month": { "value": "2018-04-29" }, "total_sale_dollars": 837.84 }, { "purchase_month": { "value": "2018-05-06" }, "total_sale_dollars": 290.91999999999996 }, { "purchase_month": { "value": "2018-05-13" }, "total_sale_dollars": 818.8799999999999 }, { "purchase_month": { "value": "2018-05-20" }, "total_sale_dollars": 830.88 }, { "purchase_month": { "value": "2018-05-27" }, "total_sale_dollars": 278.94 }, { "purchase_month": { "value": "2018-06-03" }, "total_sale_dollars": 15024.800000000001 }, { "purchase_month": { "value": "2018-06-10" }, "total_sale_dollars": 67461.02 }, { "purchase_month": { "value": "2018-06-17" }, "total_sale_dollars": 67385.48000000001 }, { "purchase_month": { "value": "2018-06-24" }, "total_sale_dollars": 92784.91999999997 }, { "purchase_month": { "value": "2018-07-01" }, "total_sale_dollars": 37359.700000000004 }, { "purchase_month": { "value": "2018-07-08" }, "total_sale_dollars": 79309.81999999998 }, { "purchase_month": { "value": "2018-07-15" }, "total_sale_dollars": 70306.29999999999 }, { "purchase_month": { "value": "2018-07-22" }, "total_sale_dollars": 70069.86 }, { "purchase_month": { "value": "2018-07-29" }, "total_sale_dollars": 34445.28 }, { "purchase_month": { "value": "2018-08-05" }, "total_sale_dollars": 326.16 }, { "purchase_month": { "value": "2018-08-12" }, "total_sale_dollars": 513.6800000000001 }, { "purchase_month": { "value": "2018-08-19" }, "total_sale_dollars": 125.52 }, { "purchase_month": { "value": "2018-08-26" }, "total_sale_dollars": 790.5600000000001 }, { "purchase_month": { "value": "2018-09-02" }, "total_sale_dollars": 42824.05999999999 }, { "purchase_month": { "value": "2018-09-09" }, "total_sale_dollars": 69030.25999999998 }, { "purchase_month": { "value": "2018-09-16" }, "total_sale_dollars": 63297.24 }, { "purchase_month": { "value": "2018-09-23" }, "total_sale_dollars": 61025.340000000004 }, { "purchase_month": { "value": "2018-09-30" }, "total_sale_dollars": 65368.18 }, { "purchase_month": { "value": "2018-10-07" }, "total_sale_dollars": 61838.439999999995 }, { "purchase_month": { "value": "2018-10-14" }, "total_sale_dollars": 60779.23999999999 }, { "purchase_month": { "value": "2018-10-21" }, "total_sale_dollars": 61243.96 }, { "purchase_month": { "value": "2018-10-28" }, "total_sale_dollars": 57417.96 }, { "purchase_month": { "value": "2018-11-04" }, "total_sale_dollars": 25648.69999999999 }, { "purchase_month": { "value": "2018-11-11" }, "total_sale_dollars": 489.36 }, { "purchase_month": { "value": "2018-11-18" }, "total_sale_dollars": 335.03999999999996 }, { "purchase_month": { "value": "2018-11-25" }, "total_sale_dollars": 251.04 }, { "purchase_month": { "value": "2018-12-02" }, "total_sale_dollars": 462.29999999999995 }, { "purchase_month": { "value": "2018-12-09" }, "total_sale_dollars": 125.52 }, { "purchase_month": { "value": "2018-12-16" }, "total_sale_dollars": 387.59999999999997 }, { "purchase_month": { "value": "2018-12-23" }, "total_sale_dollars": 264.71999999999997 }, { "purchase_month": { "value": "2018-12-30" }, "total_sale_dollars": 275.76 }, { "purchase_month": { "value": "2019-01-06" }, "total_sale_dollars": 199.2 }, { "purchase_month": { "value": "2019-01-13" }, "total_sale_dollars": 483.31999999999994 }, { "purchase_month": { "value": "2019-01-20" }, "total_sale_dollars": 326.15999999999997 }, { "purchase_month": { "value": "2019-01-27" }, "total_sale_dollars": 589.9200000000001 }, { "purchase_month": { "value": "2019-02-03" }, "total_sale_dollars": 421.92 }, { "purchase_month": { "value": "2019-02-10" }, "total_sale_dollars": 237.60000000000002 }, { "purchase_month": { "value": "2019-02-17" }, "total_sale_dollars": 64.8 }, { "purchase_month": { "value": "2019-02-24" }, "total_sale_dollars": 8743.880000000001 }, { "purchase_month": { "value": "2019-03-03" }, "total_sale_dollars": 63921.15999999998 }, { "purchase_month": { "value": "2019-03-10" }, "total_sale_dollars": 55628.08 }, { "purchase_month": { "value": "2019-03-17" }, "total_sale_dollars": 56662.17999999999 }, { "purchase_month": { "value": "2019-03-24" }, "total_sale_dollars": 57405.98 }, { "purchase_month": { "value": "2019-03-31" }, "total_sale_dollars": 62962.919999999984 }, { "purchase_month": { "value": "2019-04-07" }, "total_sale_dollars": 62617.61999999997 }, { "purchase_month": { "value": "2019-04-14" }, "total_sale_dollars": 58968.420000000006 }, { "purchase_month": { "value": "2019-04-21" }, "total_sale_dollars": 59955.76 }, { "purchase_month": { "value": "2019-04-28" }, "total_sale_dollars": 62314.53999999998 }, { "purchase_month": { "value": "2019-05-05" }, "total_sale_dollars": 61297.979999999996 }, { "purchase_month": { "value": "2019-05-12" }, "total_sale_dollars": 68822.90000000001 }, { "purchase_month": { "value": "2019-05-19" }, "total_sale_dollars": 64054.40000000001 }, { "purchase_month": { "value": "2019-05-26" }, "total_sale_dollars": 59390.220000000016 }, { "purchase_month": { "value": "2019-06-02" }, "total_sale_dollars": 62466.020000000004 }, { "purchase_month": { "value": "2019-06-09" }, "total_sale_dollars": 67864.68000000001 }, { "purchase_month": { "value": "2019-06-16" }, "total_sale_dollars": 67325.73999999999 }, { "purchase_month": { "value": "2019-06-23" }, "total_sale_dollars": 73944.67999999996 }, { "purchase_month": { "value": "2019-06-30" }, "total_sale_dollars": 60924.19999999998 }, { "purchase_month": { "value": "2019-07-07" }, "total_sale_dollars": 61875.659999999996 }, { "purchase_month": { "value": "2019-07-14" }, "total_sale_dollars": 63176.68 }, { "purchase_month": { "value": "2019-07-21" }, "total_sale_dollars": 64084.23999999999 }, { "purchase_month": { "value": "2019-07-28" }, "total_sale_dollars": 43695.46 }, { "purchase_month": { "value": "2020-02-02" }, "total_sale_dollars": 56072.13999999999 }, { "purchase_month": { "value": "2020-02-09" }, "total_sale_dollars": 51672.340000000004 }, { "purchase_month": { "value": "2020-02-16" }, "total_sale_dollars": 62253.76 }, { "purchase_month": { "value": "2020-02-23" }, "total_sale_dollars": 54752.05999999999 }, { "purchase_month": { "value": "2020-03-01" }, "total_sale_dollars": 58250.25999999999 }, { "purchase_month": { "value": "2020-03-08" }, "total_sale_dollars": 58741.14000000001 }, { "purchase_month": { "value": "2020-03-15" }, "total_sale_dollars": 78102.09999999998 }, { "purchase_month": { "value": "2020-03-22" }, "total_sale_dollars": 65688.57999999999 }, { "purchase_month": { "value": "2020-03-29" }, "total_sale_dollars": 44189.64 }, { "purchase_month": { "value": "2020-04-05" }, "total_sale_dollars": 69101.98 }, { "purchase_month": { "value": "2020-04-12" }, "total_sale_dollars": 62899.01999999998 }, { "purchase_month": { "value": "2020-04-19" }, "total_sale_dollars": 51134.979999999996 }, { "purchase_month": { "value": "2020-04-26" }, "total_sale_dollars": 46960.14 }, { "purchase_month": { "value": "2020-05-03" }, "total_sale_dollars": 50887.000000000015 }, { "purchase_month": { "value": "2020-05-10" }, "total_sale_dollars": 52514.659999999996 }, { "purchase_month": { "value": "2020-05-17" }, "total_sale_dollars": 54702.719999999994 }, { "purchase_month": { "value": "2020-05-24" }, "total_sale_dollars": 48474.96 }, { "purchase_month": { "value": "2020-05-31" }, "total_sale_dollars": 49798.97999999999 }, { "purchase_month": { "value": "2020-06-07" }, "total_sale_dollars": 51488.31999999999 }, { "purchase_month": { "value": "2020-06-14" }, "total_sale_dollars": 53958.639999999985 }, { "purchase_month": { "value": "2020-06-21" }, "total_sale_dollars": 56176.98 }, { "purchase_month": { "value": "2020-06-28" }, "total_sale_dollars": 54286.24000000001 }, { "purchase_month": { "value": "2020-07-05" }, "total_sale_dollars": 38914.46 }, { "purchase_month": { "value": "2020-07-12" }, "total_sale_dollars": 45642.29999999999 }, { "purchase_month": { "value": "2020-07-19" }, "total_sale_dollars": 49551.80000000001 }, { "purchase_month": { "value": "2020-07-26" }, "total_sale_dollars": 47114.84 }, { "purchase_month": { "value": "2020-08-02" }, "total_sale_dollars": 47564 }, { "purchase_month": { "value": "2020-08-09" }, "total_sale_dollars": 46220.600000000006 }, { "purchase_month": { "value": "2020-08-16" }, "total_sale_dollars": 55293.479999999996 }, { "purchase_month": { "value": "2020-08-23" }, "total_sale_dollars": 50136.9 }, { "purchase_month": { "value": "2020-08-30" }, "total_sale_dollars": 51128.42 }, { "purchase_month": { "value": "2020-09-06" }, "total_sale_dollars": 40571.98 }, { "purchase_month": { "value": "2020-09-13" }, "total_sale_dollars": 42362.02 }, { "purchase_month": { "value": "2020-09-20" }, "total_sale_dollars": 45484.9 }, { "purchase_month": { "value": "2020-09-27" }, "total_sale_dollars": 44469.659999999996 }, { "purchase_month": { "value": "2020-10-04" }, "total_sale_dollars": 43088.68 }, { "purchase_month": { "value": "2020-10-11" }, "total_sale_dollars": 44744.64 }, { "purchase_month": { "value": "2020-10-18" }, "total_sale_dollars": 39943.5 }, { "purchase_month": { "value": "2020-10-25" }, "total_sale_dollars": 46674.89999999999 }, { "purchase_month": { "value": "2020-11-01" }, "total_sale_dollars": 46956.32000000001 }, { "purchase_month": { "value": "2020-11-08" }, "total_sale_dollars": 42869.32 }, { "purchase_month": { "value": "2020-11-15" }, "total_sale_dollars": 45500.54000000001 }, { "purchase_month": { "value": "2020-11-22" }, "total_sale_dollars": 35963.83999999999 }, { "purchase_month": { "value": "2020-11-29" }, "total_sale_dollars": 7307.94 }, { "purchase_month": { "value": "2021-05-09" }, "total_sale_dollars": 20048.259999999995 }, { "purchase_month": { "value": "2021-05-16" }, "total_sale_dollars": 40183.740000000005 }, { "purchase_month": { "value": "2021-05-23" }, "total_sale_dollars": 43926.96000000001 }, { "purchase_month": { "value": "2021-05-30" }, "total_sale_dollars": 34565.02 }, { "purchase_month": { "value": "2021-06-06" }, "total_sale_dollars": 42673.299999999996 }, { "purchase_month": { "value": "2021-06-13" }, "total_sale_dollars": 42634.86 }, { "purchase_month": { "value": "2021-06-20" }, "total_sale_dollars": 43484.619999999995 }, { "purchase_month": { "value": "2021-06-27" }, "total_sale_dollars": 43724.53999999999 }, { "purchase_month": { "value": "2021-07-04" }, "total_sale_dollars": 38833.58 }, { "purchase_month": { "value": "2021-07-11" }, "total_sale_dollars": 35000.31999999999 }, { "purchase_month": { "value": "2021-07-18" }, "total_sale_dollars": 41121.26 }, { "purchase_month": { "value": "2021-07-25" }, "total_sale_dollars": 36238.37999999998 }, { "purchase_month": { "value": "2021-08-01" }, "total_sale_dollars": 36415.479999999996 }, { "purchase_month": { "value": "2021-08-08" }, "total_sale_dollars": 39893.96000000001 }, { "purchase_month": { "value": "2021-08-15" }, "total_sale_dollars": 40405.76 }, { "purchase_month": { "value": "2021-08-22" }, "total_sale_dollars": 41372.78 }, { "purchase_month": { "value": "2021-08-29" }, "total_sale_dollars": 37864.55999999999 }, { "purchase_month": { "value": "2021-09-05" }, "total_sale_dollars": 37842.12 }, { "purchase_month": { "value": "2021-09-12" }, "total_sale_dollars": 41081.659999999996 }, { "purchase_month": { "value": "2021-09-19" }, "total_sale_dollars": 39846.280000000006 }, { "purchase_month": { "value": "2021-09-26" }, "total_sale_dollars": 29478.860000000008 }, { "purchase_month": { "value": "2021-12-19" }, "total_sale_dollars": 28312.88 }, { "purchase_month": { "value": "2021-12-26" }, "total_sale_dollars": 34393.59999999999 }, { "purchase_month": { "value": "2022-01-02" }, "total_sale_dollars": 29609.060000000005 }, { "purchase_month": { "value": "2022-01-09" }, "total_sale_dollars": 34314.880000000005 }, { "purchase_month": { "value": "2022-01-16" }, "total_sale_dollars": 31981.439999999995 }, { "purchase_month": { "value": "2022-01-23" }, "total_sale_dollars": 37738.700000000004 }, { "purchase_month": { "value": "2022-01-30" }, "total_sale_dollars": 3442.0399999999995 } ], "top_sellers_by_revenue": [ { "vendor_name": "Laird And Company", "item_description": "Five O'clock Vodka", "total_sale_dollars": 18572239.479999125, "total_bottles": 3115680, "avg_price_per_100ml": 0.6652777444897884 }, { "vendor_name": "Laird And Company", "item_description": "Five O'Clock Vodka", "total_sale_dollars": 3934905.960000044, "total_bottles": 668462, "avg_price_per_100ml": 0.6691103393843726 }, { "vendor_name": "Laird And Company", "item_description": "Five O'clock PET Vodka", "total_sale_dollars": 2635248.830000022, "total_bottles": 521114, "avg_price_per_100ml": 0.6730428779327725 }, { "vendor_name": "Laird And Company", "item_description": "Five O'Clock Vodka PET", "total_sale_dollars": 633076.8399999983, "total_bottles": 125114, "avg_price_per_100ml": 0.6746666666666666 } ], "most_expensive_products": [ { "vendor_name": "Laird And Company", "item_description": "Five O'Clock Vodka PET", "total_sale_dollars": 633076.8399999985, "total_bottles": 125114, "avg_price_per_100ml": 0.6746666666666666 }, { "vendor_name": "Laird And Company", "item_description": "Five O'clock PET Vodka", "total_sale_dollars": 2635248.8300000215, "total_bottles": 521114, "avg_price_per_100ml": 0.6730428779327725 }, { "vendor_name": "Laird And Company", "item_description": "Five O'Clock Vodka", "total_sale_dollars": 3934905.9600000437, "total_bottles": 668462, "avg_price_per_100ml": 0.6691103393843726 }, { "vendor_name": "Laird And Company", "item_description": "Five O'clock Vodka", "total_sale_dollars": 18572239.479999125, "total_bottles": 3115680, "avg_price_per_100ml": 0.6652777444897885 } ] } ] } ]
WITH __stage0 AS ( SELECT group_set, CASE WHEN group_set=0 THEN count(distinct iowa.vendor_number) END as vendor_count__0, CASE WHEN group_set=0 THEN SUM(iowa.sale_dollars) END as total_sale_dollars__0, CASE WHEN group_set=0 THEN SUM(iowa.bottles_sold) END as total_bottles__0, CASE WHEN group_set=1 THEN DATE_TRUNC(iowa.date, WEEK) END as purchase_month__1, CASE WHEN group_set=1 THEN SUM(iowa.sale_dollars) END as total_sale_dollars__1, CASE WHEN group_set=2 THEN CASE WHEN REGEXP_CONTAINS(iowa.category_name,r'(WHISK|SCOTCH|BOURBON|RYE)') THEN 'WHISKIES' WHEN REGEXP_CONTAINS(iowa.category_name,r'VODKA') THEN 'VODKAS' WHEN REGEXP_CONTAINS(iowa.category_name,r'RUM') THEN 'RUMS' WHEN REGEXP_CONTAINS(iowa.category_name,r'TEQUILA') THEN 'TEQUILAS' WHEN REGEXP_CONTAINS(iowa.category_name,r'(LIQUE|AMARETTO|TRIPLE SEC)') THEN 'LIQUEURS' WHEN REGEXP_CONTAINS(iowa.category_name,r'BRAND(I|Y)') THEN 'BRANDIES' WHEN REGEXP_CONTAINS(iowa.category_name,r'GIN') THEN 'GINS' WHEN REGEXP_CONTAINS(iowa.category_name,r'SCHNAP') THEN 'SCHNAPPS' ELSE 'OTHER' END END as category_class__2, CASE WHEN group_set=2 THEN SUM(iowa.sale_dollars) END as total_sale_dollars__2, CASE WHEN group_set=2 THEN count(distinct iowa.item_number) END as item_count__2, CASE WHEN group_set=3 THEN iowa.vendor_name END as vendor_name__3, CASE WHEN group_set=3 THEN SUM(iowa.sale_dollars) END as total_sale_dollars__3, CASE WHEN group_set=3 THEN SUM(iowa.bottles_sold) END as total_bottles__3, CASE WHEN group_set=4 THEN iowa.vendor_name END as vendor_name__4, CASE WHEN group_set=4 THEN iowa.item_description END as item_description__4, CASE WHEN group_set=4 THEN SUM(iowa.sale_dollars) END as total_sale_dollars__4, CASE WHEN group_set=4 THEN SUM(iowa.bottles_sold) END as total_bottles__4, CASE WHEN group_set=4 THEN AVG((iowa.state_bottle_retail/(nullif(iowa.bottle_volume_ml,0)))*100) END as avg_price_per_100ml__4, CASE WHEN group_set=5 THEN iowa.vendor_name END as vendor_name__5, CASE WHEN group_set=5 THEN iowa.item_description END as item_description__5, CASE WHEN group_set=5 THEN SUM(iowa.sale_dollars) END as total_sale_dollars__5, CASE WHEN group_set=5 THEN SUM(iowa.bottles_sold) END as total_bottles__5, CASE WHEN group_set=5 THEN AVG((iowa.state_bottle_retail/(nullif(iowa.bottle_volume_ml,0)))*100) END as avg_price_per_100ml__5, CASE WHEN group_set IN (6,7,8,9) THEN iowa.vendor_name END as vendor_name__6, CASE WHEN group_set=6 THEN SUM(iowa.sale_dollars) END as total_sale_dollars__6, CASE WHEN group_set=7 THEN DATE_TRUNC(iowa.date, WEEK) END as purchase_month__7, CASE WHEN group_set=7 THEN SUM(iowa.sale_dollars) END as total_sale_dollars__7, CASE WHEN group_set=8 THEN iowa.vendor_name END as vendor_name__8, CASE WHEN group_set=8 THEN iowa.item_description END as item_description__8, CASE WHEN group_set=8 THEN SUM(iowa.sale_dollars) END as total_sale_dollars__8, CASE WHEN group_set=8 THEN SUM(iowa.bottles_sold) END as total_bottles__8, CASE WHEN group_set=8 THEN AVG((iowa.state_bottle_retail/(nullif(iowa.bottle_volume_ml,0)))*100) END as avg_price_per_100ml__8, CASE WHEN group_set=9 THEN iowa.vendor_name END as vendor_name__9, CASE WHEN group_set=9 THEN iowa.item_description END as item_description__9, CASE WHEN group_set=9 THEN SUM(iowa.sale_dollars) END as total_sale_dollars__9, CASE WHEN group_set=9 THEN SUM(iowa.bottles_sold) END as total_bottles__9, CASE WHEN group_set=9 THEN AVG((iowa.state_bottle_retail/(nullif(iowa.bottle_volume_ml,0)))*100) END as avg_price_per_100ml__9 FROM `malloy-data.iowa_liquor_sales.sales_deduped` as iowa CROSS JOIN (SELECT row_number() OVER() -1 group_set FROM UNNEST(GENERATE_ARRAY(0,9,1))) WHERE (CASE WHEN REGEXP_CONTAINS(iowa.category_name,r'(WHISK|SCOTCH|BOURBON|RYE)') THEN 'WHISKIES' WHEN REGEXP_CONTAINS(iowa.category_name,r'VODKA') THEN 'VODKAS' WHEN REGEXP_CONTAINS(iowa.category_name,r'RUM') THEN 'RUMS' WHEN REGEXP_CONTAINS(iowa.category_name,r'TEQUILA') THEN 'TEQUILAS' WHEN REGEXP_CONTAINS(iowa.category_name,r'(LIQUE|AMARETTO|TRIPLE SEC)') THEN 'LIQUEURS' WHEN REGEXP_CONTAINS(iowa.category_name,r'BRAND(I|Y)') THEN 'BRANDIES' WHEN REGEXP_CONTAINS(iowa.category_name,r'GIN') THEN 'GINS' WHEN REGEXP_CONTAINS(iowa.category_name,r'SCHNAP') THEN 'SCHNAPPS' ELSE 'OTHER' END='VODKAS') AND (CASE WHEN REGEXP_CONTAINS(iowa.category_name,r'(WHISK|SCOTCH|BOURBON|RYE)') THEN 'WHISKIES' WHEN REGEXP_CONTAINS(iowa.category_name,r'VODKA') THEN 'VODKAS' WHEN REGEXP_CONTAINS(iowa.category_name,r'RUM') THEN 'RUMS' WHEN REGEXP_CONTAINS(iowa.category_name,r'TEQUILA') THEN 'TEQUILAS' WHEN REGEXP_CONTAINS(iowa.category_name,r'(LIQUE|AMARETTO|TRIPLE SEC)') THEN 'LIQUEURS' WHEN REGEXP_CONTAINS(iowa.category_name,r'BRAND(I|Y)') THEN 'BRANDIES' WHEN REGEXP_CONTAINS(iowa.category_name,r'GIN') THEN 'GINS' WHEN REGEXP_CONTAINS(iowa.category_name,r'SCHNAP') THEN 'SCHNAPPS' ELSE 'OTHER' END='VODKAS') AND ((group_set NOT IN (1) OR (group_set IN (1) AND CASE WHEN REGEXP_CONTAINS(iowa.category_name,r'(WHISK|SCOTCH|BOURBON|RYE)') THEN 'WHISKIES' WHEN REGEXP_CONTAINS(iowa.category_name,r'VODKA') THEN 'VODKAS' WHEN REGEXP_CONTAINS(iowa.category_name,r'RUM') THEN 'RUMS' WHEN REGEXP_CONTAINS(iowa.category_name,r'TEQUILA') THEN 'TEQUILAS' WHEN REGEXP_CONTAINS(iowa.category_name,r'(LIQUE|AMARETTO|TRIPLE SEC)') THEN 'LIQUEURS' WHEN REGEXP_CONTAINS(iowa.category_name,r'BRAND(I|Y)') THEN 'BRANDIES' WHEN REGEXP_CONTAINS(iowa.category_name,r'GIN') THEN 'GINS' WHEN REGEXP_CONTAINS(iowa.category_name,r'SCHNAP') THEN 'SCHNAPPS' ELSE 'OTHER' END='VODKAS'))) AND ((group_set NOT IN (2) OR (group_set IN (2) AND CASE WHEN REGEXP_CONTAINS(iowa.category_name,r'(WHISK|SCOTCH|BOURBON|RYE)') THEN 'WHISKIES' WHEN REGEXP_CONTAINS(iowa.category_name,r'VODKA') THEN 'VODKAS' WHEN REGEXP_CONTAINS(iowa.category_name,r'RUM') THEN 'RUMS' WHEN REGEXP_CONTAINS(iowa.category_name,r'TEQUILA') THEN 'TEQUILAS' WHEN REGEXP_CONTAINS(iowa.category_name,r'(LIQUE|AMARETTO|TRIPLE SEC)') THEN 'LIQUEURS' WHEN REGEXP_CONTAINS(iowa.category_name,r'BRAND(I|Y)') THEN 'BRANDIES' WHEN REGEXP_CONTAINS(iowa.category_name,r'GIN') THEN 'GINS' WHEN REGEXP_CONTAINS(iowa.category_name,r'SCHNAP') THEN 'SCHNAPPS' ELSE 'OTHER' END='VODKAS'))) AND ((group_set NOT IN (3) OR (group_set IN (3) AND CASE WHEN REGEXP_CONTAINS(iowa.category_name,r'(WHISK|SCOTCH|BOURBON|RYE)') THEN 'WHISKIES' WHEN REGEXP_CONTAINS(iowa.category_name,r'VODKA') THEN 'VODKAS' WHEN REGEXP_CONTAINS(iowa.category_name,r'RUM') THEN 'RUMS' WHEN REGEXP_CONTAINS(iowa.category_name,r'TEQUILA') THEN 'TEQUILAS' WHEN REGEXP_CONTAINS(iowa.category_name,r'(LIQUE|AMARETTO|TRIPLE SEC)') THEN 'LIQUEURS' WHEN REGEXP_CONTAINS(iowa.category_name,r'BRAND(I|Y)') THEN 'BRANDIES' WHEN REGEXP_CONTAINS(iowa.category_name,r'GIN') THEN 'GINS' WHEN REGEXP_CONTAINS(iowa.category_name,r'SCHNAP') THEN 'SCHNAPPS' ELSE 'OTHER' END='VODKAS'))) AND ((group_set NOT IN (4) OR (group_set IN (4) AND CASE WHEN REGEXP_CONTAINS(iowa.category_name,r'(WHISK|SCOTCH|BOURBON|RYE)') THEN 'WHISKIES' WHEN REGEXP_CONTAINS(iowa.category_name,r'VODKA') THEN 'VODKAS' WHEN REGEXP_CONTAINS(iowa.category_name,r'RUM') THEN 'RUMS' WHEN REGEXP_CONTAINS(iowa.category_name,r'TEQUILA') THEN 'TEQUILAS' WHEN REGEXP_CONTAINS(iowa.category_name,r'(LIQUE|AMARETTO|TRIPLE SEC)') THEN 'LIQUEURS' WHEN REGEXP_CONTAINS(iowa.category_name,r'BRAND(I|Y)') THEN 'BRANDIES' WHEN REGEXP_CONTAINS(iowa.category_name,r'GIN') THEN 'GINS' WHEN REGEXP_CONTAINS(iowa.category_name,r'SCHNAP') THEN 'SCHNAPPS' ELSE 'OTHER' END='VODKAS'))) AND ((group_set NOT IN (5) OR (group_set IN (5) AND CASE WHEN REGEXP_CONTAINS(iowa.category_name,r'(WHISK|SCOTCH|BOURBON|RYE)') THEN 'WHISKIES' WHEN REGEXP_CONTAINS(iowa.category_name,r'VODKA') THEN 'VODKAS' WHEN REGEXP_CONTAINS(iowa.category_name,r'RUM') THEN 'RUMS' WHEN REGEXP_CONTAINS(iowa.category_name,r'TEQUILA') THEN 'TEQUILAS' WHEN REGEXP_CONTAINS(iowa.category_name,r'(LIQUE|AMARETTO|TRIPLE SEC)') THEN 'LIQUEURS' WHEN REGEXP_CONTAINS(iowa.category_name,r'BRAND(I|Y)') THEN 'BRANDIES' WHEN REGEXP_CONTAINS(iowa.category_name,r'GIN') THEN 'GINS' WHEN REGEXP_CONTAINS(iowa.category_name,r'SCHNAP') THEN 'SCHNAPPS' ELSE 'OTHER' END='VODKAS'))) AND ((group_set NOT IN (7) OR (group_set IN (7) AND CASE WHEN REGEXP_CONTAINS(iowa.category_name,r'(WHISK|SCOTCH|BOURBON|RYE)') THEN 'WHISKIES' WHEN REGEXP_CONTAINS(iowa.category_name,r'VODKA') THEN 'VODKAS' WHEN REGEXP_CONTAINS(iowa.category_name,r'RUM') THEN 'RUMS' WHEN REGEXP_CONTAINS(iowa.category_name,r'TEQUILA') THEN 'TEQUILAS' WHEN REGEXP_CONTAINS(iowa.category_name,r'(LIQUE|AMARETTO|TRIPLE SEC)') THEN 'LIQUEURS' WHEN REGEXP_CONTAINS(iowa.category_name,r'BRAND(I|Y)') THEN 'BRANDIES' WHEN REGEXP_CONTAINS(iowa.category_name,r'GIN') THEN 'GINS' WHEN REGEXP_CONTAINS(iowa.category_name,r'SCHNAP') THEN 'SCHNAPPS' ELSE 'OTHER' END='VODKAS'))) AND ((group_set NOT IN (8) OR (group_set IN (8) AND CASE WHEN REGEXP_CONTAINS(iowa.category_name,r'(WHISK|SCOTCH|BOURBON|RYE)') THEN 'WHISKIES' WHEN REGEXP_CONTAINS(iowa.category_name,r'VODKA') THEN 'VODKAS' WHEN REGEXP_CONTAINS(iowa.category_name,r'RUM') THEN 'RUMS' WHEN REGEXP_CONTAINS(iowa.category_name,r'TEQUILA') THEN 'TEQUILAS' WHEN REGEXP_CONTAINS(iowa.category_name,r'(LIQUE|AMARETTO|TRIPLE SEC)') THEN 'LIQUEURS' WHEN REGEXP_CONTAINS(iowa.category_name,r'BRAND(I|Y)') THEN 'BRANDIES' WHEN REGEXP_CONTAINS(iowa.category_name,r'GIN') THEN 'GINS' WHEN REGEXP_CONTAINS(iowa.category_name,r'SCHNAP') THEN 'SCHNAPPS' ELSE 'OTHER' END='VODKAS'))) AND ((group_set NOT IN (9) OR (group_set IN (9) AND CASE WHEN REGEXP_CONTAINS(iowa.category_name,r'(WHISK|SCOTCH|BOURBON|RYE)') THEN 'WHISKIES' WHEN REGEXP_CONTAINS(iowa.category_name,r'VODKA') THEN 'VODKAS' WHEN REGEXP_CONTAINS(iowa.category_name,r'RUM') THEN 'RUMS' WHEN REGEXP_CONTAINS(iowa.category_name,r'TEQUILA') THEN 'TEQUILAS' WHEN REGEXP_CONTAINS(iowa.category_name,r'(LIQUE|AMARETTO|TRIPLE SEC)') THEN 'LIQUEURS' WHEN REGEXP_CONTAINS(iowa.category_name,r'BRAND(I|Y)') THEN 'BRANDIES' WHEN REGEXP_CONTAINS(iowa.category_name,r'GIN') THEN 'GINS' WHEN REGEXP_CONTAINS(iowa.category_name,r'SCHNAP') THEN 'SCHNAPPS' ELSE 'OTHER' END='VODKAS'))) GROUP BY 1,5,7,10,13,14,18,19,23,25,27,28,32,33 ) , __stage1 AS ( SELECT CASE WHEN group_set=7 THEN 6 WHEN group_set=8 THEN 6 WHEN group_set=9 THEN 6 ELSE group_set END as group_set, ANY_VALUE(CASE WHEN group_set=0 THEN vendor_count__0 END) as vendor_count__0, ANY_VALUE(CASE WHEN group_set=0 THEN total_sale_dollars__0 END) as total_sale_dollars__0, ANY_VALUE(CASE WHEN group_set=0 THEN total_bottles__0 END) as total_bottles__0, CASE WHEN group_set=1 THEN purchase_month__1 END as purchase_month__1, ANY_VALUE(CASE WHEN group_set=1 THEN total_sale_dollars__1 END) as total_sale_dollars__1, CASE WHEN group_set=2 THEN category_class__2 END as category_class__2, ANY_VALUE(CASE WHEN group_set=2 THEN total_sale_dollars__2 END) as total_sale_dollars__2, ANY_VALUE(CASE WHEN group_set=2 THEN item_count__2 END) as item_count__2, CASE WHEN group_set=3 THEN vendor_name__3 END as vendor_name__3, ANY_VALUE(CASE WHEN group_set=3 THEN total_sale_dollars__3 END) as total_sale_dollars__3, ANY_VALUE(CASE WHEN group_set=3 THEN total_bottles__3 END) as total_bottles__3, CASE WHEN group_set=4 THEN vendor_name__4 END as vendor_name__4, CASE WHEN group_set=4 THEN item_description__4 END as item_description__4, ANY_VALUE(CASE WHEN group_set=4 THEN total_sale_dollars__4 END) as total_sale_dollars__4, ANY_VALUE(CASE WHEN group_set=4 THEN total_bottles__4 END) as total_bottles__4, ANY_VALUE(CASE WHEN group_set=4 THEN avg_price_per_100ml__4 END) as avg_price_per_100ml__4, CASE WHEN group_set=5 THEN vendor_name__5 END as vendor_name__5, CASE WHEN group_set=5 THEN item_description__5 END as item_description__5, ANY_VALUE(CASE WHEN group_set=5 THEN total_sale_dollars__5 END) as total_sale_dollars__5, ANY_VALUE(CASE WHEN group_set=5 THEN total_bottles__5 END) as total_bottles__5, ANY_VALUE(CASE WHEN group_set=5 THEN avg_price_per_100ml__5 END) as avg_price_per_100ml__5, CASE WHEN group_set IN (6,7,8,9) THEN vendor_name__6 END as vendor_name__6, ANY_VALUE(CASE WHEN group_set=6 THEN total_sale_dollars__6 END) as total_sale_dollars__6, ARRAY_AGG(CASE WHEN group_set=7 THEN STRUCT( purchase_month__7 as purchase_month, total_sale_dollars__7 as total_sale_dollars ) END IGNORE NULLS ORDER BY purchase_month__7 ASC ) as by_month__6, ARRAY_AGG(CASE WHEN group_set=8 THEN STRUCT( vendor_name__8 as vendor_name, item_description__8 as item_description, total_sale_dollars__8 as total_sale_dollars, total_bottles__8 as total_bottles, avg_price_per_100ml__8 as avg_price_per_100ml ) END IGNORE NULLS ORDER BY total_sale_dollars__8 desc LIMIT 5) as top_sellers_by_revenue__6, ARRAY_AGG(CASE WHEN group_set=9 THEN STRUCT( vendor_name__9 as vendor_name, item_description__9 as item_description, total_sale_dollars__9 as total_sale_dollars, total_bottles__9 as total_bottles, avg_price_per_100ml__9 as avg_price_per_100ml ) END IGNORE NULLS ORDER BY avg_price_per_100ml__9 desc LIMIT 10) as most_expensive_products__6 FROM __stage0 GROUP BY 1,5,7,10,13,14,18,19,23 ) SELECT ANY_VALUE(CASE WHEN group_set=0 THEN vendor_count__0 END) as vendor_count, ANY_VALUE(CASE WHEN group_set=0 THEN total_sale_dollars__0 END) as total_sale_dollars, ANY_VALUE(CASE WHEN group_set=0 THEN total_bottles__0 END) as total_bottles, ARRAY_AGG(CASE WHEN group_set=1 THEN STRUCT( purchase_month__1 as purchase_month, total_sale_dollars__1 as total_sale_dollars ) END IGNORE NULLS ORDER BY purchase_month__1 ASC ) as by_month, ARRAY_AGG(CASE WHEN group_set=2 THEN STRUCT( category_class__2 as category_class, total_sale_dollars__2 as total_sale_dollars, item_count__2 as item_count ) END IGNORE NULLS ORDER BY total_sale_dollars__2 desc LIMIT 10) as by_class, ARRAY_AGG(CASE WHEN group_set=3 THEN STRUCT( vendor_name__3 as vendor_name, total_sale_dollars__3 as total_sale_dollars, total_bottles__3 as total_bottles ) END IGNORE NULLS ORDER BY total_sale_dollars__3 desc LIMIT 10) as by_vendor_bar_chart, ARRAY_AGG(CASE WHEN group_set=4 THEN STRUCT( vendor_name__4 as vendor_name, item_description__4 as item_description, total_sale_dollars__4 as total_sale_dollars, total_bottles__4 as total_bottles, avg_price_per_100ml__4 as avg_price_per_100ml ) END IGNORE NULLS ORDER BY total_sale_dollars__4 desc LIMIT 5) as top_sellers_by_revenue, ARRAY_AGG(CASE WHEN group_set=5 THEN STRUCT( vendor_name__5 as vendor_name, item_description__5 as item_description, total_sale_dollars__5 as total_sale_dollars, total_bottles__5 as total_bottles, avg_price_per_100ml__5 as avg_price_per_100ml ) END IGNORE NULLS ORDER BY avg_price_per_100ml__5 desc LIMIT 10) as most_expensive_products, ARRAY_AGG(CASE WHEN group_set=6 THEN STRUCT( vendor_name__6 as vendor_name, total_sale_dollars__6 as total_sale_dollars, by_month__6 as by_month, top_sellers_by_revenue__6 as top_sellers_by_revenue, most_expensive_products__6 as most_expensive_products ) END IGNORE NULLS ORDER BY total_sale_dollars__6 desc LIMIT 10) as by_vendor_dashboard FROM __stage1 ORDER BY 1 desc